FubarCoder.RestSharp.Portable 1.5.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FubarCoder.RestSharp.Portable --version 1.5.0.1
                    
NuGet\Install-Package FubarCoder.RestSharp.Portable -Version 1.5.0.1
                    
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" Version="1.5.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FubarCoder.RestSharp.Portable" Version="1.5.0.1" />
                    
Directory.Packages.props
<PackageReference Include="FubarCoder.RestSharp.Portable" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FubarCoder.RestSharp.Portable --version 1.5.0.1
                    
#r "nuget: FubarCoder.RestSharp.Portable, 1.5.0.1"
                    
#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.
#:package FubarCoder.RestSharp.Portable@1.5.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FubarCoder.RestSharp.Portable&version=1.5.0.1
                    
Install as a Cake Addin
#tool nuget:?package=FubarCoder.RestSharp.Portable&version=1.5.0.1
                    
Install as a Cake Tool

Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all!

Supported Platforms:
- .NET Framework 4
- .NET for Windows Store apps
- Windows Phone 8
- Silverlight 5
- 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 (11)

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

Package Downloads
App360SDK

http://docs.app360.vn/app360-wp-quickstart/

WmBarrettSimms.WordPressRestApi

WordPress Rest API v2 PCL library

TransportApi.Portable.Sdk

Portable C# Sdk for the WhereIsMyTransport platform.

RestSharp.Portable.Hal

Portable HAL client for .NET. There's a CSharp version for CS.

bnoffer.owncloudsharp

A C# client library for ownCloud 8.2+

GitHub repositories (2)

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

Repository Stars
prajjwaldimri/GithubXamarin
GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
xiaoyaocz/biliuwp
bilibili uwp
Version Downloads Last Updated
3.3.0 284,059 5/27/2016
3.2.0 7,327 5/13/2016
3.1.3 17,153 3/24/2016
3.1.2 5,305 3/24/2016
3.1.1 5,492 3/23/2016
3.1.0 34,504 11/28/2015
3.0.0-beta14 5,225 11/26/2015
3.0.0-beta12 4,739 11/15/2015
3.0.0-beta11 4,857 11/8/2015
3.0.0-beta09 4,870 10/19/2015
3.0.0-beta08 4,881 10/19/2015
3.0.0-beta07 5,100 10/19/2015
3.0.0-beta06 5,362 10/5/2015
3.0.0-beta05 5,198 10/5/2015
3.0.0-beta04 5,461 10/4/2015
3.0.0-beta03 5,255 9/25/2015
3.0.0-beta02 5,201 9/25/2015
3.0.0-beta01 5,252 8/19/2015
2.4.5 17,557 11/8/2015
1.5.0.1 4,047 2/17/2014
Loading failed

- Added DataContract serializer/deserializer
- Increased compatibility with RestSharp