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

Commit edf30be

Browse files
committed
Bumped version and documentation
1 parent 530fdb3 commit edf30be

5 files changed

Lines changed: 8 additions & 11 deletions

File tree

GlobalAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
2525
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("3.1.1")]
28-
[assembly: AssemblyFileVersion("3.1.1")]
29-
[assembly: AssemblyInformationalVersion("3.1.1")]
27+
[assembly: AssemblyVersion("3.1.2")]
28+
[assembly: AssemblyFileVersion("3.1.2")]
29+
[assembly: AssemblyInformationalVersion("3.1.2")]
3030

3131
[assembly: InternalsVisibleTo("RestSharp.Portable.OAuth, PublicKey=" +
3232
"00240000048000009400000006020000002400005253413100040000010001000f8415df6f1232" +

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ This is some kind of a RestSharp port to PCL.
88

99
# Changes #
1010

11-
## 3.1.1 ##
11+
## 3.1.2 ##
1212

1313
* Fix for [issue #57](https://github.com/FubarDevelopment/restsharp.portable/issues/57) (thanks to zevsst)
14+
* Fix for [issue #55](https://github.com/FubarDevelopment/restsharp.portable/issues/55)
1415

1516
## 3.1.0 ##
1617

RestSharp.Portable.Core.nuspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ Supported Platforms:
2222
- Xamarin iOS / MonoTouch
2323
- Portable Class Libraries</description>
2424
<summary>Core RestSharp.Portable library</summary>
25-
<releaseNotes>- New core library that contains all interfaces and some generic stuff
26-
- New UserAgent property
27-
- Fix for issue #42</releaseNotes>
25+
<releaseNotes>- Fix for issue #55</releaseNotes>
2826
<copyright>Copyright © RestSharp.Portable project 2013-2016</copyright>
2927
<language>en-US</language>
3028
<tags>PCL RestSharp portable core</tags>

RestSharp.Portable.HttpClient.nuspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ Supported Platforms:
2121
- Xamarin iOS / MonoTouch
2222
- Portable Class Libraries</description>
2323
<summary>Some kind of a RestSharp port to PCL</summary>
24-
<releaseNotes>- First version of RestSharp.Portable which allows a custom implementation of IHttpClient
25-
- New UserAgent property
26-
- Enable automatic decompression (if available)</releaseNotes>
24+
<releaseNotes>- Fix for issue #57</releaseNotes>
2725
<copyright>Copyright © RestSharp.Portable project 2013-2016</copyright>
2826
<language>en-US</language>
2927
<tags>PCL RestSharp portable</tags>

nuget-pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[OutputType([void])]
22
param(
33
[Parameter()]
4-
$version = "3.1.1",
4+
$version = "3.1.2",
55
[Parameter()]
66
$config = "Release"
77
)

0 commit comments

Comments
 (0)