FubarCoder.RestSharp.Portable.Core 3.0.0-beta05

Prefix Reserved
This is a prerelease version of FubarCoder.RestSharp.Portable.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FubarCoder.RestSharp.Portable.Core --version 3.0.0-beta05                
NuGet\Install-Package FubarCoder.RestSharp.Portable.Core -Version 3.0.0-beta05                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FubarCoder.RestSharp.Portable.Core" Version="3.0.0-beta05" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FubarCoder.RestSharp.Portable.Core --version 3.0.0-beta05                
#r "nuget: FubarCoder.RestSharp.Portable.Core, 3.0.0-beta05"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FubarCoder.RestSharp.Portable.Core as a Cake Addin
#addin nuget:?package=FubarCoder.RestSharp.Portable.Core&version=3.0.0-beta05&prerelease

// Install FubarCoder.RestSharp.Portable.Core as a Cake Tool
#tool nuget:?package=FubarCoder.RestSharp.Portable.Core&version=3.0.0-beta05&prerelease                

This is the core RestSharp.Portable library which contains mostly interfaces
to allow dependent libraries to use as few dependencies as possible.

Supported Platforms:
- .NET Framework 4
- .NET for Windows Store apps
- .NET Native for Windows Store apps
- Windows Phone 8
- Windows Phone 8.1
- Silverlight 5
- Xamarin Android
- Xamarin iOS / MonoTouch
- Portable Class Libraries

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (64)

Showing the top 5 NuGet packages that depend on FubarCoder.RestSharp.Portable.Core:

Package Downloads
FubarCoder.RestSharp.Portable.HttpClient

Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Standard 1.1 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

Finbourne.EdpLusidSdk

LUSID SDK for EDP

sib_api_v3_sdk

Official SendinBlue provided RESTFul API V3 C# Library

Cloudmersive.APIClient.NETCore.VirusScan

Virus Scan API lets you scan files and content for viruses and identify security issues with content.

Flipdish

Client API C# library

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on FubarCoder.RestSharp.Portable.Core:

Repository Stars
prajjwaldimri/GithubXamarin
GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
sakakun/Proxmox-Desktop-Client
A windows desktop client for Proxmox.
Version Downloads Last updated
4.0.8 5,385,299 3/6/2017
4.0.7 5,809,381 11/9/2016
4.0.6 80,541 11/6/2016
3.3.0 126,637 5/27/2016
3.2.0 9,073 5/13/2016
3.1.3 22,147 3/24/2016
3.1.2 6,996 3/24/2016
3.1.1 7,156 3/23/2016
3.1.0 44,089 11/28/2015
3.0.0-beta14 6,831 11/26/2015
3.0.0-beta12 6,034 11/15/2015
3.0.0-beta11 6,102 11/8/2015
3.0.0-beta09 6,262 10/19/2015
3.0.0-beta08 6,133 10/19/2015
3.0.0-beta07 6,227 10/19/2015
3.0.0-beta06 6,849 10/5/2015
3.0.0-beta05 6,549 10/5/2015
3.0.0-beta04 6,697 10/4/2015
3.0.0-beta03 6,549 9/25/2015
3.0.0-beta02 6,426 9/25/2015
3.0.0-beta01 6,661 8/19/2015
3.0.0-alpha9 6,303 8/17/2015
3.0.0-alpha8 6,497 8/17/2015
3.0.0-alpha7 6,574 8/17/2015
3.0.0-alpha6 2,685 8/17/2015
3.0.0-alpha5 6,567 8/17/2015
3.0.0-alpha4 3,841 4/23/2015
3.0.0-alpha10 6,448 8/18/2015

- New core library that contains all interfaces and some generic stuff
- New UserAgent property
- Fix for issue #42