File tree 3 files changed +7
-3
lines changed
3 files changed +7
-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 ( "104.0 .0.0" ) ]
28
- [ assembly: AssemblyFileVersion ( "104.0 .0.0" ) ]
27
+ [ assembly: AssemblyVersion ( "104.1 .0.0" ) ]
28
+ [ assembly: AssemblyFileVersion ( "104.1 .0.0" ) ]
Original file line number Diff line number Diff line change 1
1
# RestSharp Release Notes
2
2
3
+ ## 104.1
4
+
5
+ * Fixed bug where ExecuteAsync sometimes doesn't send data
6
+
3
7
## 104.0
4
8
5
9
* Fixed Windows Phone and Silverlight to use culture when calling Convert.ChangeType() (thanks trydis)
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >RestSharp</id >
5
- <version >104.0 </version >
5
+ <version >104.1 </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 >
You can’t perform that action at this time.
0 commit comments