We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f14721 commit 59d2a10Copy full SHA for 59d2a10
RestSharp/SharedAssemblyInfo.cs
@@ -23,5 +23,5 @@
23
// You can specify all the values or you can default the Build and Revision Numbers
24
// by using the '*' as shown below:
25
// [assembly: AssemblyVersion("1.0.*")]
26
-[assembly: AssemblyVersion("102.3.0.0")]
27
-[assembly: AssemblyFileVersion("102.3.0.0")]
+[assembly: AssemblyVersion("102.4.0.0")]
+[assembly: AssemblyFileVersion("102.4.0.0")]
restsharp.nuspec
@@ -2,7 +2,7 @@
2
<package>
3
<metadata>
4
<id>RestSharp</id>
5
- <version>102.3</version>
+ <version>102.4</version>
6
<authors>John Sheehan, RestSharp Community</authors>
7
<owners>John Sheehan</owners>
8
<description>Simple REST and HTTP API Client</description>
0 commit comments