Skip to content

Commit 358e646

Browse files
committed
Version bump: 103.4 to fix assembly versioning
1 parent 475c1da commit 358e646

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

RestSharp/SharedAssemblyInfo.cs

+2-2
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.2.0.0")]
28-
[assembly: AssemblyFileVersion("103.2.0.0")]
27+
[assembly: AssemblyVersion("103.4.0.0")]
28+
[assembly: AssemblyFileVersion("103.4.0.0")]

releasenotes.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RestSharp Release Notes
22

3+
## 103.4
4+
5+
* Version bump to fix assembly versioning
6+
37
## 103.3
48

59
* Added in the check for it being generic before calling GetGenericType Definition() (thanks nicwise)

restsharp.nuspec

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>RestSharp</id>
5-
<version>103.3</version>
5+
<version>103.4</version>
66
<authors>John Sheehan, RestSharp Community</authors>
77
<owners>John Sheehan</owners>
88
<description>Simple REST and HTTP API Client</description>
@@ -13,6 +13,10 @@
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
1620
* Added in the check for it being generic before calling GetGenericType Definition() (thanks nicwise)
1721
* Add support for deserializing properties with an underscore prefix (thanks psampaio)
1822
* BaseUrl is now virtual (thanks Haacked)

0 commit comments

Comments
 (0)