Skip to content

Commit 0754659

Browse files
committed
Version bump to 2.3.0
1 parent 62ddbdd commit 0754659

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ModernHttpClient.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<version>2.2.0</version>
4+
<version>2.3.0</version>
55
<authors>Paul Betts</authors>
66
<owners>Paul Betts</owners>
77
<licenseUrl>https://github.com/paulcbetts/ModernHttpClient/blob/master/COPYING</licenseUrl>

src/ModernHttpClient/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("2.2.0")]
33-
[assembly: AssemblyFileVersion("2.2.0")]
32+
[assembly: AssemblyVersion("2.3.0")]
33+
[assembly: AssemblyFileVersion("2.3.0")]

0 commit comments

Comments
 (0)