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

Commit 7b82693

Browse files
committed
Bumped version
1 parent f370233 commit 7b82693

3 files changed

+4
-3
lines changed

RestSharp.Portable.Encodings.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Supported Platforms:
2121
- Xamarin iOS / MonoTouch
2222
- Portable Class Libraries</description>
2323
<summary>Library that will contain some standard Content-Encoding handlers</summary>
24-
<releaseNotes>- Parallel release (issue #13, 24)</releaseNotes>
24+
<releaseNotes>- Parallel release (issue #13, #23, #24)</releaseNotes>
2525
<copyright>Copyright © RestSharp.Portable project 2013-2015</copyright>
2626
<language>en-US</language>
2727
<tags>PCL RestSharp portable encoding gzip</tags>

RestSharp.Portable.nuspec

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Supported Platforms:
2222
- Portable Class Libraries</description>
2323
<summary>Some kind of a RestSharp port to PCL</summary>
2424
<releaseNotes>- New timeout property to avoid problems with CancellationTokenSource (issue #13)
25+
- Fix NullReferenceException when using the HTTP basic authenticator (issue #23)
2526
- OAuth 1.0 and 2.0 can now be used at the same time in Android Apps (issue #24)
2627
- Using asynchronous locking (issue #25)</releaseNotes>
2728
<copyright>Copyright © RestSharp.Portable project 2013-2015</copyright>

SharedAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
2626
// [assembly: AssemblyVersion("1.0.*")]
2727
[assembly: AssemblyVersion("2.4.0")]
28-
[assembly: AssemblyFileVersion("2.4.2")]
29-
[assembly: AssemblyInformationalVersion("2.4.2")]
28+
[assembly: AssemblyFileVersion("2.4.3")]
29+
[assembly: AssemblyInformationalVersion("2.4.3")]
3030

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

0 commit comments

Comments
 (0)