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 813ff3c commit 1fe1442Copy full SHA for 1fe1442
RestSharp/SharedAssemblyInfo.cs
@@ -24,5 +24,5 @@
24
// You can specify all the values or you can default the Build and Revision Numbers
25
// by using the '*' as shown below:
26
// [assembly: AssemblyVersion("1.0.*")]
27
-[assembly: AssemblyVersion("103.5.0.0")]
28
-[assembly: AssemblyFileVersion("103.5.0.0")]
+[assembly: AssemblyVersion("104.0.0.0")]
+[assembly: AssemblyFileVersion("104.0.0.0")]
restsharp.nuspec
@@ -2,7 +2,7 @@
2
<package>
3
<metadata>
4
<id>RestSharp</id>
5
- <version>103.5</version>
+ <version>104.0</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