Terryberry.Http 1.3.6

dotnet add package Terryberry.Http --version 1.3.6
NuGet\Install-Package Terryberry.Http -Version 1.3.6
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="Terryberry.Http" Version="1.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Terryberry.Http --version 1.3.6
#r "nuget: Terryberry.Http, 1.3.6"
#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 Terryberry.Http as a Cake Addin
#addin nuget:?package=Terryberry.Http&version=1.3.6

// Install Terryberry.Http as a Cake Tool
#tool nuget:?package=Terryberry.Http&version=1.3.6

HTTP/REST Client for Terryberry 360 Recognition platform

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  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
1.3.6 1,385 6/15/2015
1.3.5 1,020 6/15/2015
1.3.1 1,154 8/6/2014
1.0.0 1,303 7/31/2014

1.0.0 - Initial Release
     1.1.0 - Set IgnoreSerializableAttribute to true by default.
     1.2.0 - Added JsonSerializerSettingsManager to control serilization behaviors of both incoming and outgoing JSON content.
     1.3.1 - Fixed issue with disposed HttpContext before task is completed using Execute method.
     The api now throws a RestResponseException if the reponse cannot be read.
     1.3.3 - Added Timeout configuration option for HttpClient.
     1.3.4 - Updated Nuget Dependency on Common.Logging
     1.3.5 - Updated Nuget Dependency on Common.Logging 3.0
     1.3.6 - Updated Nuget Dependency on Common.Logging 3.1, HttpClient Libaries to 5.2.3