Simple.Rest 2.2.13

dotnet add package Simple.Rest --version 2.2.13
                    
NuGet\Install-Package Simple.Rest -Version 2.2.13
                    
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="Simple.Rest" Version="2.2.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Simple.Rest" Version="2.2.13" />
                    
Directory.Packages.props
<PackageReference Include="Simple.Rest" />
                    
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 Simple.Rest --version 2.2.13
                    
#r "nuget: Simple.Rest, 2.2.13"
                    
#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.
#addin nuget:?package=Simple.Rest&version=2.2.13
                    
Install Simple.Rest as a Cake Addin
#tool nuget:?package=Simple.Rest&version=2.2.13
                    
Install Simple.Rest as a Cake Tool

This small library is a wrapper around the use of HttpWebRequest\WebRequest classes in the .Net framework and is designed to make the use of RESTful web service in a .Net application as easy as possible.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
2.2.13 920 8/21/2021
2.2.1 448 4/10/2021
2.1.21 810 3/3/2020
2.1.0 730 1/2/2020
2.0.0 609 12/27/2019
1.0.0 2,348 2/24/2016
0.20.0 1,439 10/24/2015
0.19.0 2,143 1/6/2015
0.17.0 1,364 10/6/2014
0.16.0 1,421 6/3/2014
0.15.0 1,382 2/5/2014
0.13.0 1,318 12/10/2013
0.11.0 1,376 12/7/2013
0.10.0 1,349 12/2/2013
0.9.0 1,396 12/1/2013
0.8.0 1,416 10/19/2013
0.7.0 1,458 8/24/2013
0.6.0 1,327 8/2/2013
0.5.0 1,444 5/15/2013
0.4.0-beta 1,159 1/2/2013
0.3.0-beta 1,444 12/1/2012
0.2.0-beta 1,339 10/22/2012
0.1.0 1,614 10/16/2012

Refactored common code into .Net Standard