Restion 1.0.0-rc2

This is a prerelease version of Restion.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Restion --version 1.0.0-rc2
NuGet\Install-Package Restion -Version 1.0.0-rc2
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="Restion" Version="1.0.0-rc2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Restion --version 1.0.0-rc2
#r "nuget: Restion, 1.0.0-rc2"
#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 Restion as a Cake Addin
#addin nuget:?package=Restion&version=1.0.0-rc2&prerelease

// Install Restion as a Cake Tool
#tool nuget:?package=Restion&version=1.0.0-rc2&prerelease

An unifier of kingdoms portable class library for calling RESTful services in .NET

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 778 1/27/2019
1.3.0 1,342 6/28/2017
1.2.0 1,051 6/10/2017
1.1.0 1,035 9/29/2016
1.0.0 1,017 3/25/2016
1.0.0-rc2 817 1/17/2016
1.0.0-rc 843 11/18/2015
1.0.0-beta 1,419 11/11/2015

[1.0.0-rc2]
        [New-Features]
          -Added FormUrlEncoded and MultiPartFormData support - check github page
          -Added IRestionClientOptions in other the place of the concrete RestionClientOptions
          -Added ASPNETCORE5 and UAP10 plataforms targets
          -Removed Silverlight support because PCL profile with UAP10 and ASPNET5 does not support. (Who stil uses Silverlight anyway?)
        [Bug-Fixes]
          -Fixed a bug on building a query string from parameters dictionary
          -Fixed a typo in RestionClient : SetDeSerializer to SetDeserializer