Manatee.Trello.WebApi 1.1.0.1

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

// Install Manatee.Trello.WebApi as a Cake Tool
#tool nuget:?package=Manatee.Trello.WebApi&version=1.1.0.1

A REST client provider implementation for Manatee.Trello, backed by ASP.Net's WebApi.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  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
2.0.3 10,288 3/5/2018
2.0.2 1,428 2/4/2018
2.0.1 1,207 1/17/2018
2.0.0 1,065 1/16/2018
1.1.0.1 3,028 3/22/2017

v1.1.0.1
Rebuilt to resolve odd missing method issue.  No code changes from v1.1.0.

v1.1.0
Added retry capability.

v1.0.6
BUG FIX: Unsuccessful response codes should throw.

v1.0.5 (not published)

v1.0.4
Converted to strong named assembly.

v1.0.3
Updated request body encoding to UTF-8.  Fixes issues with webhook creation.

v1.0.2
Added logging for Trello error responses.  Addresses the HTTP content types listed below, Trello may respond with others.  If you receive an error stating that a media type is unhandled, please let me know on BitBucket.
"application/text"
"text/html"
"text/plain"

v1.0.1
BUG FIX: ObjectDisposedException when writing.

v1.0.0
Initial release.