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

Commit 8e3e29f

Browse files
committed
Updated release notes
1 parent 94f5325 commit 8e3e29f

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Supported Platforms:
2020
- Silverlight 5
2121
- Portable Class Libraries</description>
2222
<summary>OAuth authenticator</summary>
23-
<releaseNotes>
24-
- Workaround for NuGet bug
23+
<releaseNotes>- Signed assembly
24+
- Using Portable.BouncyCastle-Signed
2525
</releaseNotes>
2626
<copyright>Copyright © John Sheehan</copyright>
2727
<language>en-US</language>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Supported Platforms:
2020
- Silverlight 5
2121
- Portable Class Libraries</description>
2222
<summary>OAuth 2.0 authenticators and clients</summary>
23-
<releaseNotes>
24-
- Initial release
23+
<releaseNotes>- Signed assembly
24+
- Using Portable.BouncyCastle-Signed
2525
</releaseNotes>
2626
<copyright>Copyright © Constantin Titarenko and others</copyright>
2727
<language>en-US</language>

RestSharp.Portable/RestSharp.Portable.nuspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +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>
23-
- Async. authenticators
24-
- New OAuth2 package
25-
- Encodings for parameters (get/post/url/query)
22+
<releaseNotes>- Support for parameters in IRestClient.BaseUrl
23+
- Signed OAuth1/OAuth2 assemblies
24+
- Increased compatibility for empty IRestClient.BaseUrl
2625
</releaseNotes>
2726
<copyright>Copyright © Mark Junker</copyright>
2827
<language>en-US</language>

0 commit comments

Comments
 (0)