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

Releases: FubarDevelopment/restsharp.portable

v3.2.0

13 May 12:06
Compare
Choose a tag to compare

3.2.0

  • New Content property for IRestResponse
  • Updated Android targets to 4.0.3 (due to 2.3.3 SDK not being installable)

v3.1.3

13 May 12:06
Compare
Choose a tag to compare

3.1.3

v3.1.0

13 May 12:06
Compare
Choose a tag to compare

This is the final release for version 3. Be aware that version 3.1 contains many breaking changes:

  • The IRestRequest.Credentials property moved to IRestClient.Credentials
  • Credentials for authenticators are specified using the IRestClient.Credentials property
  • New core library that contains all interfaces and other generic stuff
  • New interface for proxies
  • New interfaces that are an abstraction of the HttpClient and its request/response messages
  • Uses now a RestSharp project compatible Method enumeration for HTTP requests
  • Support for WebRequest as back-end for RestSharp.Portable

v2.4.4

16 Jul 14:51
Compare
Choose a tag to compare

All Content-* parameters are now set for the content - and not for the request message. This closes issue #29.

v2.4.3

05 May 16:20
Compare
Choose a tag to compare

v2.4.2

05 May 16:20
Compare
Choose a tag to compare
  • Bugfix for issue #25.
    We're using asynchronous locking now.

v2.4.1

07 Apr 08:48
Compare
Choose a tag to compare

OAuth 1.0 and 2.0 can now be used at the same time in Android Apps (issue #24)

v2.4.0

02 Mar 14:45
Compare
Choose a tag to compare

v2.3.2

19 Feb 10:09
Compare
Choose a tag to compare
  • Fixes concurrent requests on the same RestClient (fixes #19, bug introduced with #11)

v2.3.1

12 Feb 15:04
Compare
Choose a tag to compare
  • All data is converted to a string using the en-US culture
  • All DateTime(Offset) HTTP header values are encoded as described in RFC 1123 after conversion to UTC/GMT (Fixes issue #18)