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

Commit f9c1406

Browse files
committed
Bumed versions and added documentation
1 parent b89cd87 commit f9c1406

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

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

77
# News #
88

9-
* Version 1.9.1 is available now!
9+
* Version 2.0.0 is available now!
1010

1111
# Changes #
1212

13+
## 2.0.0 ##
14+
15+
* Removed all deprecated methods
16+
* Starting from this version, I'll use [Semantic Versioning 2.0.0](http://semver.org/)
17+
* Optimizing NuGet dependencies for several platforms
18+
* Clear Accept HTTP header parameter for the SL5 platform for GET requests ([Issue #9](https://github.com/FubarDevelopment/restsharp.portable/issues/9))
19+
* Add Deflate encoding
20+
1321
## 1.9.1 ##
1422

1523
* OAuth2AuthorizationRequestHeaderAuthenticator should only check for Authorization

SharedAssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
2323
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
2424
// [assembly: AssemblyVersion("1.0.*")]
25-
[assembly: AssemblyVersion("1.9.0")]
26-
[assembly: AssemblyFileVersion("1.9.2")]
27-
[assembly: AssemblyInformationalVersion("1.9.2")]
25+
[assembly: AssemblyVersion("2.0.0")]
26+
[assembly: AssemblyFileVersion("2.0.0")]
27+
[assembly: AssemblyInformationalVersion("2.0.0")]

0 commit comments

Comments
 (0)