File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 24
24
// You can specify all the values or you can default the Build and Revision Numbers
25
25
// by using the '*' as shown below:
26
26
// [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" ) ]
Original file line number Diff line number Diff line change 1
1
# RestSharp Release Notes
2
2
3
+ ## 103.4
4
+
5
+ * Version bump to fix assembly versioning
6
+
3
7
## 103.3
4
8
5
9
* Added in the check for it being generic before calling GetGenericType Definition() (thanks nicwise)
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >RestSharp</id >
5
- <version >103.3 </version >
5
+ <version >103.4 </version >
6
6
<authors >John Sheehan, RestSharp Community</authors >
7
7
<owners >John Sheehan</owners >
8
8
<description >Simple REST and HTTP API Client</description >
13
13
<tags >REST HTTP API JSON XML</tags >
14
14
<releaseNotes >
15
15
<![CDATA[
16
+ 103.4
17
+ * Bump to fix assembly versioning.
18
+
19
+ 103.3
16
20
* Added in the check for it being generic before calling GetGenericType Definition() (thanks nicwise)
17
21
* Add support for deserializing properties with an underscore prefix (thanks psampaio)
18
22
* BaseUrl is now virtual (thanks Haacked)
You can’t perform that action at this time.
0 commit comments