Skip to content

Commit c1c530b

Browse files
author
Jimmy Merrild Krag
committed
Bumped to 1.2.1
Also updated release notes
1 parent 5e149d5 commit c1c530b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

UriBuilderExtended/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.0.*")]
36-
[assembly: AssemblyInformationalVersion("1.2")]
35+
[assembly: AssemblyVersion("1.2.1.*")]
36+
[assembly: AssemblyInformationalVersion("1.2.1")]

UriBuilderExtended/UriBuilderExtended.nuspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<releaseNotes>
14-
1.2
14+
1.2.1
15+
Added GetQueryKeys method.
16+
17+
1.2.0
1518
Added GetQueryValues method.
16-
17-
1.1
19+
20+
1.1.0
1821
First stable release. Changed version scheme.
1922
</releaseNotes>
2023
<copyright>Copyright 2016 $author$</copyright>

0 commit comments

Comments
 (0)