File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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 " ) ]
Original file line number Diff line number Diff line change 11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<description >$description$</description >
13
13
<releaseNotes >
14
- 1.2
14
+ 1.2.1
15
+ Added GetQueryKeys method.
16
+
17
+ 1.2.0
15
18
Added GetQueryValues method.
16
-
17
- 1.1
19
+
20
+ 1.1.0
18
21
First stable release. Changed version scheme.
19
22
</releaseNotes >
20
23
<copyright >Copyright 2016 $author$</copyright >
You can’t perform that action at this time.
0 commit comments