This repository was archived by the owner on Apr 10, 2018. It is now read-only.
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ Supported Platforms:
24
24
<releaseNotes >- New timeout property to avoid problems with CancellationTokenSource (issue #13)
25
25
- Fix NullReferenceException when using the HTTP basic authenticator (issue #23)
26
26
- OAuth 1.0 and 2.0 can now be used at the same time in Android Apps (issue #24)
27
- - Using asynchronous locking (issue #25)</releaseNotes >
27
+ - Using asynchronous locking (issue #25)
28
+ - Allows setting of Content-* parameters (issue #29)</releaseNotes >
28
29
<copyright >Copyright © RestSharp.Portable project 2013-2015</copyright >
29
30
<language >en-US</language >
30
31
<tags >PCL RestSharp portable</tags >
Original file line number Diff line number Diff line change 25
25
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
26
26
// [assembly: AssemblyVersion("1.0.*")]
27
27
[ assembly: AssemblyVersion ( "2.4.0" ) ]
28
- [ assembly: AssemblyFileVersion ( "2.4.3 " ) ]
29
- [ assembly: AssemblyInformationalVersion ( "2.4.3 " ) ]
28
+ [ assembly: AssemblyFileVersion ( "2.4.4 " ) ]
29
+ [ assembly: AssemblyInformationalVersion ( "2.4.4 " ) ]
30
30
31
31
[ assembly: InternalsVisibleTo ( "RestSharp.Portable.OAuth, PublicKey=" +
32
32
"00240000048000009400000006020000002400005253413100040000010001000f8415df6f1232" +
You can’t perform that action at this time.
0 commit comments