Manatee.Trello 1.9.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Manatee.Trello --version 1.9.0
NuGet\Install-Package Manatee.Trello -Version 1.9.0
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" Version="1.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Manatee.Trello --version 1.9.0
#r "nuget: Manatee.Trello, 1.9.0"
#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 as a Cake Addin
#addin nuget:?package=Manatee.Trello&version=1.9.0

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

A fully object-oriented .Net wrapper for the TrelloAPI.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.NET Framework net35 is compatible.  net35-client is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  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. 
MonoAndroid monoandroid is compatible. 
MonoMac monomac is compatible. 
MonoTouch monotouch is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Manatee.Trello:

Package Downloads
Manatee.Trello.ManateeJson

JSON serialization implementation supported by Manatee.Json.

Manatee.Trello.WebApi

Package Description

TaskBoardAssistant

Create and execute policies to automate the management of your task board

Manatee.Trello.CustomFields

Custom Fields powerup implementation for Manatee.Trello

Tgl.Core.Trello

Core functionality to connect to Trello

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.4.3 23,145 11/17/2022
4.4.2 4,243 7/9/2022
4.4.1.4 901 11/17/2022
4.4.0 16,606 2/5/2021
4.3.0 20,419 3/5/2020
4.2.3 3,004 1/22/2020
4.2.2 1,176 1/22/2020
4.2.1 1,220 1/22/2020
4.2.0 1,173 1/22/2020
4.1.1 1,716 12/14/2019
4.1.0 1,226 12/11/2019
4.0.0 2,240 11/13/2019
3.10.3 10,713 10/13/2019
3.10.2 5,296 9/26/2019
3.10.1 1,416 9/7/2019
3.10.0 3,218 8/5/2019
3.9.0 1,280 7/31/2019
3.8.1 4,017 5/22/2019
3.8.0 2,527 4/16/2019
3.7.1 1,580 3/31/2019
3.7.0 3,845 3/5/2019
3.6.1 1,350 2/26/2019
3.6.0 2,413 1/29/2019
3.5.2 2,406 12/30/2018
3.5.1 1,383 12/27/2018
3.5.0 1,804 12/13/2018
3.4.4 2,637 12/9/2018
3.4.3 4,026 11/1/2018
3.4.2 1,499 10/24/2018
3.4.1 1,715 10/23/2018
3.4.0 1,574 10/8/2018
3.3.3 3,567 9/20/2018
3.3.2 1,473 9/15/2018
3.3.1 1,857 8/15/2018
3.3.0 1,610 7/29/2018
3.2.1 1,868 7/14/2018
3.2.0 1,672 7/4/2018
3.1.0 1,747 5/31/2018
3.0.12 1,695 5/29/2018
3.0.11 1,787 5/18/2018
3.0.10 2,474 5/14/2018
3.0.9 1,694 5/12/2018
3.0.8 1,658 5/12/2018
3.0.7 1,558 5/11/2018
3.0.6 1,672 5/7/2018
3.0.5 1,740 5/4/2018
3.0.4 1,573 5/4/2018
3.0.3 1,609 5/3/2018
3.0.2 1,721 5/2/2018
3.0.1 1,719 5/1/2018
3.0.0 2,640 4/27/2018
2.4.0 2,578 4/6/2018
2.3.1 1,853 3/27/2018
2.3.0 2,026 3/13/2018
2.2.0 4,864 3/1/2018
2.1.2 1,687 3/1/2018
2.1.1 2,093 2/16/2018
2.1.0 1,943 2/6/2018
2.0.1 1,957 2/1/2018
2.0.0 2,718 1/16/2018
1.18.3 3,994 7/1/2017

Please be sure to read the wiki pages at https://bitbucket.org/gregsdennis/manatee.trello/wiki/Home.  Feedback and questions are welcome through BitBucket, on StackOverflow, or by emailing littlecrabsolutions@yahoo.com.

v1.9.0
API requests can now be processed concurrently using TrelloProcessor.ConcurrentCallCount and TrelloProcessor.Flush(). (See wiki for details.)
BUG FIX: NotificationType.CardDueSoon not deserializing properly.
Obsoleted TrelloProcessor.WaitForPendingRequests and TrelloProcessor.ShutDown() in favor of TrelloProcessor.Flush()

v1.8.4
Converted to strong-named assemblies.
Removed depedence on JetBrains.Annotations.

v1.8.3
BUG FIX: Logging to Debug() throws exception for default implementation of ILog.

v1.8.2
BUG FIX: Copied comments not retrieved for copied cards.

v1.8.1
BUG FIX: MoveListToBoard action type has mistyped description.

v1.8.0
Added ActionData.LastEdited to expose edited date for comments.