Skip to content

Commit 1fe1442

Browse files
committed
j/k! Version bump: 104.0
There were some breaking API changes that warrants a major version bump in this release.
1 parent 813ff3c commit 1fe1442

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RestSharp/SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("103.5.0.0")]
28-
[assembly: AssemblyFileVersion("103.5.0.0")]
27+
[assembly: AssemblyVersion("104.0.0.0")]
28+
[assembly: AssemblyFileVersion("104.0.0.0")]

restsharp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>RestSharp</id>
5-
<version>103.5</version>
5+
<version>104.0</version>
66
<authors>John Sheehan, RestSharp Community</authors>
77
<owners>John Sheehan</owners>
88
<description>Simple REST and HTTP API Client</description>

0 commit comments

Comments
 (0)