You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2018. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,18 @@ This is some kind of a RestSharp port to PCL.
6
6
7
7
# News #
8
8
9
-
* Version 1.9.1 is available now!
9
+
* Version 2.0.0 is available now!
10
10
11
11
# Changes #
12
12
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
+
13
21
## 1.9.1 ##
14
22
15
23
* OAuth2AuthorizationRequestHeaderAuthenticator should only check for Authorization
0 commit comments