This repository was archived by the owner on Apr 10, 2018. It is now read-only.
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ Supported Platforms:
21
21
- Xamarin iOS / MonoTouch
22
22
- Portable Class Libraries</description >
23
23
<summary >Some kind of a RestSharp port to PCL</summary >
24
- <releaseNotes >- New IsSuccess proeprty for IRestResponse (fixes issue #17)</releaseNotes >
24
+ <releaseNotes >- New IsSuccess proeprty for IRestResponse (fixes issue #17)
25
+ - All data is converted to a string using the en-US culture
26
+ - All DateTime(Offset) HTTP header values are encoded as described in RFC 1123 after conversion to UTC/GMT</releaseNotes >
25
27
<copyright >Copyright © RestSharp.Portable project 2013-2015</copyright >
26
28
<language >en-US</language >
27
29
<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.3.0" ) ]
28
- [ assembly: AssemblyFileVersion ( "2.3.0 " ) ]
29
- [ assembly: AssemblyInformationalVersion ( "2.3.0 " ) ]
28
+ [ assembly: AssemblyFileVersion ( "2.3.1 " ) ]
29
+ [ assembly: AssemblyInformationalVersion ( "2.3.1 " ) ]
30
30
31
31
[ assembly: InternalsVisibleTo ( "RestSharp.Portable.OAuth, PublicKey=" +
32
32
"00240000048000009400000006020000002400005253413100040000010001000f8415df6f1232" +
Original file line number Diff line number Diff line change 1
1
[OutputType ([void ])]
2
2
param (
3
3
[Parameter ()]
4
- $version = " 2.2.0 " ,
4
+ $version = " 2.3.1 " ,
5
5
[Parameter ()]
6
6
$config = " Release"
7
7
)
You can’t perform that action at this time.
0 commit comments