Skip to content

Commit 813ff3c

Browse files
committed
Version bump: 103.5
1 parent 4bab40a commit 813ff3c

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
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.4.0.0")]
28-
[assembly: AssemblyFileVersion("103.4.0.0")]
27+
[assembly: AssemblyVersion("103.5.0.0")]
28+
[assembly: AssemblyFileVersion("103.5.0.0")]

restsharp.nuspec

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>RestSharp</id>
5-
<version>103.4</version>
5+
<version>103.5</version>
66
<authors>John Sheehan, RestSharp Community</authors>
77
<owners>John Sheehan</owners>
88
<description>Simple REST and HTTP API Client</description>
@@ -13,17 +13,7 @@
1313
<tags>REST HTTP API JSON XML</tags>
1414
<releaseNotes>
1515
<![CDATA[
16-
103.4
17-
* Bump to fix assembly versioning.
18-
19-
103.3
20-
* Added in the check for it being generic before calling GetGenericType Definition() (thanks nicwise)
21-
* Add support for deserializing properties with an underscore prefix (thanks psampaio)
22-
* BaseUrl is now virtual (thanks Haacked)
23-
* Fixed List<T> json deserialization, when T was a something like DateTime, Timespan, Guid, etc. (thanks PedroLamas)
24-
* Improve support for parsing iso8601 dates (thanks friism)
25-
26-
For full release notes see https://github.com/restsharp/RestSharp/blob/master/releasenotes.markdown
16+
For full release notes see https://github.com/restsharp/RestSharp/blob/master/releasenotes.markdown
2717
]]>
2818
</releaseNotes>
2919
</metadata>

0 commit comments

Comments
 (0)