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

Commit

Permalink
Bumped versions to 2.1.0, because all open issues are fixed now.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Jan 15, 2015
1 parent d57ce60 commit 62dfe00
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion RestSharp.Portable.Encodings.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Supported Platforms:
- Xamarin iOS / MonoTouch
- Portable Class Libraries</description>
<summary>Library that will contain some standard Content-Encoding handlers</summary>
<releaseNotes>- IRestClient now implements IDisposable (Fixes issue #11)</releaseNotes>
<releaseNotes>- Parallel release (Issues #11 and #12 fixed)</releaseNotes>
<copyright>Copyright © RestSharp.Portable project 2013-2015</copyright>
<language>en-US</language>
<tags>PCL RestSharp portable encoding gzip</tags>
Expand Down
2 changes: 1 addition & 1 deletion RestSharp.Portable.OAuth.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Supported Platforms:
- Xamarin iOS / MonoTouch
- Portable Class Libraries</description>
<summary>OAuth authenticator</summary>
<releaseNotes>- IRestClient now implements IDisposable (Fixes issue #11)</releaseNotes>
<releaseNotes>- Parallel release (Issues #11 and #12 fixed)</releaseNotes>
<copyright>Copyright © John Sheehan and RestSharp.Portable project</copyright>
<language>en-US</language>
<tags>PCL RestSharp portable OAuth</tags>
Expand Down
2 changes: 1 addition & 1 deletion RestSharp.Portable.OAuth2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Supported Platforms:
- Xamarin iOS / MonoTouch
- Portable Class Libraries (.NET 4.0.3+)</description>
<summary>OAuth 2.0 authenticators and clients</summary>
<releaseNotes>- IRestClient now implements IDisposable (Fixes issue #11)</releaseNotes>
<releaseNotes>- Parallel release (Issues #11 and #12 fixed)</releaseNotes>
<copyright>Copyright © Constantin Titarenko, RestSharp.Portable project and others</copyright>
<language>en-US</language>
<tags>PCL RestSharp portable OAuth 2.0 OAuth2</tags>
Expand Down
3 changes: 2 additions & 1 deletion RestSharp.Portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Supported Platforms:
- Xamarin iOS / MonoTouch
- Portable Class Libraries</description>
<summary>Some kind of a RestSharp port to PCL</summary>
<releaseNotes>- IRestClient now implements IDisposable (Fixes issue #11)</releaseNotes>
<releaseNotes>- The HttpClient is now kept alive as long as the RestClient is alive (Fixes issue #11)
- Support for POST parameter values with lengths > 32k (Fixes issue #12)</releaseNotes>
<copyright>Copyright © RestSharp.Portable project 2013-2015</copyright>
<language>en-US</language>
<tags>PCL RestSharp portable</tags>
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.99.4")]
[assembly: AssemblyFileVersion("2.0.99.4")]
[assembly: AssemblyInformationalVersion("2.0.99.4")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]

[assembly: InternalsVisibleTo("RestSharp.Portable.OAuth, PublicKey=" +
"00240000048000009400000006020000002400005253413100040000010001000f8415df6f1232" +
Expand Down
2 changes: 1 addition & 1 deletion nuget-pack.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[OutputType([void])]
param(
[Parameter()]
$version = "2.1.0-pre4",
$version = "2.1.0",
[Parameter()]
$config = "Release"
)
Expand Down

0 comments on commit 62dfe00

Please sign in to comment.