Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Commit 0d59456

Browse files
committed
Bumped version to 1.9.0 due to possibly breaking changes
1 parent f2db622 commit 0d59456

File tree

11 files changed

+30
-32
lines changed

11 files changed

+30
-32
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ This is some kind of a RestSharp port to PCL.
66

77
# News #
88

9-
* Version 1.8.5 is available now!
9+
* Version 1.9.0 is available now!
1010

1111
# Changes #
1212

13-
## 1.8.6 (not released yet) ##
13+
## 1.9.0 ##
1414

1515
* Increased compatibility with the original RestSharp project
1616
* BuildUri instead of BuildUrl (deprecated)
1717
* Added AddJsonBody, AddXmlBody, AddQueryParameter, AddObject
18+
* Graceful handling of duplicate parameters
19+
(might be a breaking change)
20+
* Dispose HttpClient, HttpRequestMessage and the HttpResponseMessage
1821

1922
## 1.8.5 ##
2023

RestSharp.Portable.Encodings/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
2727
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("1.8.0")]
30-
[assembly: AssemblyFileVersion("1.8.5")]
31-
[assembly: AssemblyInformationalVersion("1.8.5")]
29+
[assembly: AssemblyVersion("1.9.0")]
30+
[assembly: AssemblyFileVersion("1.9.0")]
31+
[assembly: AssemblyInformationalVersion("1.9.0")]

RestSharp.Portable.Encodings/RestSharp.Portable.Encodings.nuspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Supported Platforms:
1717
- Windows Phone 8.1
1818
- Portable Class Libraries</description>
1919
<summary>Library that will contain some standard Content-Encoding handlers</summary>
20-
<releaseNotes>
21-
- Parallel release for the current version
20+
<releaseNotes>- Parallel release for the current version
2221
</releaseNotes>
2322
<copyright>Copyright © Mark Junker</copyright>
2423
<language>en-US</language>

RestSharp.Portable.OAuth/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
2727
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("1.8.0")]
30-
[assembly: AssemblyFileVersion("1.8.5")]
31-
[assembly: AssemblyInformationalVersion("1.8.5")]
29+
[assembly: AssemblyVersion("1.9.0")]
30+
[assembly: AssemblyFileVersion("1.9.0")]
31+
[assembly: AssemblyInformationalVersion("1.9.0")]

RestSharp.Portable.OAuth/RestSharp.Portable.OAuth.nuspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ Supported Platforms:
2020
- Silverlight 5
2121
- Portable Class Libraries</description>
2222
<summary>OAuth authenticator</summary>
23-
<releaseNotes>- Signed assembly
24-
- Using Portable.BouncyCastle-Signed
25-
</releaseNotes>
23+
<releaseNotes>- Parallel release for the current version
24+
</releaseNotes>
2625
<copyright>Copyright © John Sheehan</copyright>
2726
<language>en-US</language>
2827
<tags>PCL RestSharp portable OAuth</tags>

RestSharp.Portable.OAuth2.Configuration/Properties/AssemblyInfo.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3333
// übernehmen, indem Sie "*" eingeben:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.8.34.5")]
36-
[assembly: AssemblyFileVersion("0.8.34.5")]
35+
[assembly: AssemblyVersion("0.8.0")]
36+
[assembly: AssemblyFileVersion("0.8.34.6")]
37+
[assembly: AssemblyInformationalVersion("0.8.34.6")]

RestSharp.Portable.OAuth2/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
2828
// [assembly: AssemblyVersion("1.0.*")]
2929
[assembly: AssemblyVersion("0.8.0")]
30-
[assembly: AssemblyFileVersion("0.8.34.5")]
31-
[assembly: AssemblyInformationalVersion("0.8.34.5")]
30+
[assembly: AssemblyFileVersion("0.8.34.6")]
31+
[assembly: AssemblyInformationalVersion("0.8.34.6")]

RestSharp.Portable.OAuth2/RestSharp.Portable.OAuth2.nuspec

+3-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ Supported Platforms:
2020
- Silverlight 5
2121
- Portable Class Libraries</description>
2222
<summary>OAuth 2.0 authenticators and clients</summary>
23-
<releaseNotes>- Signed assembly
24-
- Using Portable.BouncyCastle-Signed
25-
- Try to refresh the access token on a HTTP 401
26-
</releaseNotes>
27-
<copyright>Copyright © Constantin Titarenko and others</copyright>
23+
<releaseNotes>- Parallel release for the current version
24+
</releaseNotes>
25+
<copyright>Copyright © Constantin Titarenko and others</copyright>
2826
<language>en-US</language>
2927
<tags>PCL RestSharp portable OAuth 2.0 OAuth2</tags>
3028
<dependencies>

RestSharp.Portable/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
2727
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("1.8.0")]
30-
[assembly: AssemblyFileVersion("1.8.5")]
31-
[assembly: AssemblyInformationalVersion("1.8.5")]
29+
[assembly: AssemblyVersion("1.9.0")]
30+
[assembly: AssemblyFileVersion("1.9.0")]
31+
[assembly: AssemblyInformationalVersion("1.9.0")]

RestSharp.Portable/RestSharp.Portable.nuspec

+3-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ Supported Platforms:
1919
- Silverlight 5
2020
- Portable Class Libraries</description>
2121
<summary>Some kind of a RestSharp port to PCL</summary>
22-
<releaseNotes>- Support for parameters in IRestClient.BaseUrl
23-
- Signed OAuth1/OAuth2 assemblies
24-
- Increased compatibility for empty IRestClient.BaseUrl
25-
- BuildUrl adds a &quot;/&quot; between a base URL and resource if neither of them is empty and the &quot;/&quot; is missing
26-
- Fix BOM for XmlDataContractSerializer
22+
<releaseNotes>- Increased compatibility with RestSharp API
23+
- Graceful handling of duplicate parameters
24+
- Dispose HttpClient, HttpRequestMessage and the HttpResponseMessage
2725
</releaseNotes>
2826
<copyright>Copyright © Mark Junker</copyright>
2927
<language>en-US</language>

nuget-pack.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[OutputType([void])]
22
param(
33
[Parameter()]
4-
$version = "1.8.5",
4+
$version = "1.9.0",
55
[Parameter()]
66
$config = "Release",
77
[Parameter()]
8-
$oauth2version = "0.8.34.5"
8+
$oauth2version = "0.8.34.6"
99
)
1010

1111
& nuget pack .\RestSharp.Portable\RestSharp.Portable.csproj -Properties Configuration=$config -Version $version

0 commit comments

Comments
 (0)