We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ddbdd commit 0754659Copy full SHA for 0754659
ModernHttpClient.nuspec
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3
<metadata>
4
- <version>2.2.0</version>
+ <version>2.3.0</version>
5
<authors>Paul Betts</authors>
6
<owners>Paul Betts</owners>
7
<licenseUrl>https://github.com/paulcbetts/ModernHttpClient/blob/master/COPYING</licenseUrl>
src/ModernHttpClient/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@
29
// You can specify all the values or you can default the Build and Revision Numbers
30
// by using the '*' as shown below:
31
// [assembly: AssemblyVersion("1.0.*")]
32
-[assembly: AssemblyVersion("2.2.0")]
33
-[assembly: AssemblyFileVersion("2.2.0")]
+[assembly: AssemblyVersion("2.3.0")]
+[assembly: AssemblyFileVersion("2.3.0")]
0 commit comments