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

Commit 2e1e955

Browse files
committed
- Android apps can now use both OAuth 1.0 and 2.0.
- Bumped versions
1 parent 7425339 commit 2e1e955

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

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

77
# News #
88

9-
* Version 2.4.0 is available now!
9+
* Version 2.4.1 is available now!
1010

1111
# Changes #
1212

13+
## 2.4.1 ##
14+
15+
* Bugfix for issue [#24](https://github.com/FubarDevelopment/restsharp.portable/issues/24)
16+
which should allow using both OAuth 1.0 and 2.0 in Android apps.
17+
1318
## 2.4.0 ##
1419

1520
* New "Timeout" property to fix issue [#13](https://github.com/FubarDevelopment/restsharp.portable/issues/13) with [CancellationTokenSource.CancelAfter](https://msdn.microsoft.com/de-de/library/hh194678%28v=vs.110%29.aspx)

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.0")]
29-
[assembly: AssemblyInformationalVersion("2.4.0")]
28+
[assembly: AssemblyFileVersion("2.4.1")]
29+
[assembly: AssemblyInformationalVersion("2.4.1")]
3030

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

0 commit comments

Comments
 (0)