File tree 3 files changed +4
-4
lines changed
src/ModernHttpClient/Properties
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
- <version >2.4.1 </version >
4
+ <version >2.4.2 </version >
5
5
<authors >Paul Betts</authors >
6
6
<owners >Paul Betts</owners >
7
7
<licenseUrl >https://github.com/paulcbetts/ModernHttpClient/blob/master/COPYING</licenseUrl >
Original file line number Diff line number Diff line change 1
1
%YAML 1.2
2
2
---
3
3
name : ModernHttpClient
4
- version : 2.4.1
4
+ version : 2.4.2
5
5
id : " modernhttpclient"
6
6
publisher : Paul Betts
7
7
publisher-url : http://blog.paulbetts.org/
Original file line number Diff line number Diff line change 29
29
// You can specify all the values or you can default the Build and Revision Numbers
30
30
// by using the '*' as shown below:
31
31
// [assembly: AssemblyVersion("1.0.*")]
32
- [ assembly: AssemblyVersion ( "2.4.1 " ) ]
33
- [ assembly: AssemblyFileVersion ( "2.4.1 " ) ]
32
+ [ assembly: AssemblyVersion ( "2.4.2 " ) ]
33
+ [ assembly: AssemblyFileVersion ( "2.4.2 " ) ]
You can’t perform that action at this time.
0 commit comments