PortableRest 2.1.2
See the version list below for details.
dotnet add package PortableRest --version 2.1.2
NuGet\Install-Package PortableRest -Version 2.1.2
<PackageReference Include="PortableRest" Version="2.1.2" />
<PackageVersion Include="PortableRest" Version="2.1.2" />
<PackageReference Include="PortableRest" />
paket add PortableRest --version 2.1.2
#r "nuget: PortableRest, 2.1.2"
#:package PortableRest@2.1.2
#addin nuget:?package=PortableRest&version=2.1.2
#tool nuget:?package=PortableRest&version=2.1.2
A library for consuming REST APIs from Portable Class Libraries (.NET 4.5, Windows Phone 8, and Windows 8.x). Designed to be partially drop-in compatible with RestSharp.
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0)
- Microsoft.Bcl (>= 1.1.6)
- Microsoft.Bcl.Async (>= 1.0.165)
- Microsoft.Bcl.Build (>= 1.0.13)
- Microsoft.Net.Http (>= 2.2.18)
- Newtonsoft.Json (>= 5.0.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.0-Beta1 | 376 | 8/27/2014 |
| 3.0.1 | 4,781 | 8/16/2014 |
| 3.0.0 | 1,026 | 8/15/2014 |
| 3.0.0-RC12 | 152 | 8/7/2014 |
| 2.5.4 | 370 | 4/17/2014 |
| 2.5.3 | 50 | 4/15/2014 |
| 2.5.2 | 49 | 4/15/2014 |
| 2.5.1 | 49 | 4/13/2014 |
| 2.4.2 | 70 | 4/5/2014 |
| 2.4.1 | 245 | 1/8/2014 |
| 2.4.0 | 62 | 1/5/2014 |
| 2.3.0 | 53 | 12/21/2013 |
| 2.1.2 | 137 | 11/27/2013 |
| 2.1.1 | 93 | 11/23/2013 |
| 2.1.0 | 55 | 11/19/2013 |
| 2.0.0 | 103 | 10/27/2013 |
2.1.2: Adds missing XML documentation file.
2.1: Adds RestRequest.AddQueryString. Updated minimum package references for Mono-compatible licenses.
2.0: Removed support for Silverlight due to Microsoft's new Reflection framework on .NET 4.5. Added initial support for submitting XML payloads. Strong-name signed the assembly so it can be used in strong-name signed projects.
1.2.0-beta: Updated to latest packages, include Microsoft.Bcl.Build directly to help with app.config issues.
1.1.0-alpha: Compiled to HttpClient 2.2.
1.0.8-alpha: Compile to new dependencies.
1.0.6-alpha: Update based on changes to HttpClient.Compression.
1.0.5-alpha: Added Compression support.
1.0.4-alpha: Added basic POST support, & updated XML deserialization.
1.0.3-alpha: Added XML deserialization with DataContracts.
1.0.0-alpha: First release.