This repository was archived by the owner on Apr 10, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Supported Platforms:
2222- Portable Class Libraries</description >
2323 <summary >Some kind of a RestSharp port to PCL</summary >
2424 <releaseNotes >- New timeout property to avoid problems with CancellationTokenSource (issue #13)
25- - OAuth 1.0 and 2.0 can now be used at the same time in Android Apps (issue #24)</releaseNotes >
25+ - OAuth 1.0 and 2.0 can now be used at the same time in Android Apps (issue #24)
26+ - Using asynchronous locking (issue #25)</releaseNotes >
2627 <copyright >Copyright © RestSharp.Portable project 2013-2015</copyright >
2728 <language >en-US</language >
2829 <tags >PCL RestSharp portable</tags >
Original file line number Diff line number Diff line change 2525// durch Einsatz von '*', wie in nachfolgendem Beispiel:
2626// [assembly: AssemblyVersion("1.0.*")]
2727[ assembly: AssemblyVersion ( "2.4.0" ) ]
28- [ assembly: AssemblyFileVersion ( "2.4.1 " ) ]
29- [ assembly: AssemblyInformationalVersion ( "2.4.1 " ) ]
28+ [ assembly: AssemblyFileVersion ( "2.4.2 " ) ]
29+ [ assembly: AssemblyInformationalVersion ( "2.4.2 " ) ]
3030
3131[ assembly: InternalsVisibleTo ( "RestSharp.Portable.OAuth, PublicKey=" +
3232"00240000048000009400000006020000002400005253413100040000010001000f8415df6f1232" +
Original file line number Diff line number Diff line change 11[OutputType ([void ])]
22param (
33 [Parameter ()]
4- $version = " 2.4.0 " ,
4+ $version = " 2.4.2 " ,
55 [Parameter ()]
66 $config = " Release"
77)
You can’t perform that action at this time.
0 commit comments