This repository has been archived by the owner on Apr 10, 2018. It is now read-only.
Releases: FubarDevelopment/restsharp.portable
Releases · FubarDevelopment/restsharp.portable
v3.2.0
v3.1.3
v3.1.0
This is the final release for version 3. Be aware that version 3.1 contains many breaking changes:
- The
IRestRequest.Credentials
property moved toIRestClient.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
v2.4.3
- Bugfix for issue #23.
Thanks to GeirGrusom
v2.4.2
v2.4.1
v2.4.0
- New "Timeout" property to fix issue #13 with CancellationTokenSource.CancelAfter