Manatee.Trello 1.6.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.6.0
NuGet\Install-Package Manatee.Trello -Version 1.6.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.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Manatee.Trello --version 1.6.0
#r "nuget: Manatee.Trello, 1.6.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.6.0

// Install Manatee.Trello as a Cake Tool
#tool nuget:?package=Manatee.Trello&version=1.6.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 25,005 11/17/2022
4.4.2 4,302 7/9/2022
4.4.1.4 936 11/17/2022
4.4.0 16,974 2/5/2021
4.3.0 20,792 3/5/2020
4.2.3 3,047 1/22/2020
4.2.2 1,217 1/22/2020
4.2.1 1,264 1/22/2020
4.2.0 1,219 1/22/2020
4.1.1 1,760 12/14/2019
4.1.0 1,270 12/11/2019
4.0.0 2,315 11/13/2019
3.10.3 10,817 10/13/2019
3.10.2 5,427 9/26/2019
3.10.1 1,458 9/7/2019
3.10.0 3,258 8/5/2019
3.9.0 1,329 7/31/2019
3.8.1 4,065 5/22/2019
3.8.0 2,566 4/16/2019
3.7.1 1,628 3/31/2019
3.7.0 3,885 3/5/2019
3.6.1 1,392 2/26/2019
3.6.0 2,455 1/29/2019
3.5.2 2,451 12/30/2018
3.5.1 1,422 12/27/2018
3.5.0 1,865 12/13/2018
3.4.4 2,677 12/9/2018
3.4.3 4,068 11/1/2018
3.4.2 1,542 10/24/2018
3.4.1 1,757 10/23/2018
3.4.0 1,616 10/8/2018
3.3.3 3,609 9/20/2018
3.3.2 1,515 9/15/2018
3.3.1 1,903 8/15/2018
3.3.0 1,655 7/29/2018
3.2.1 1,911 7/14/2018
3.2.0 1,721 7/4/2018
3.1.0 1,791 5/31/2018
3.0.12 1,735 5/29/2018
3.0.11 1,833 5/18/2018
3.0.10 2,520 5/14/2018
3.0.9 1,739 5/12/2018
3.0.8 1,707 5/12/2018
3.0.7 1,599 5/11/2018
3.0.6 1,721 5/7/2018
3.0.5 1,780 5/4/2018
3.0.4 1,619 5/4/2018
3.0.3 1,653 5/3/2018
3.0.2 1,769 5/2/2018
3.0.1 1,765 5/1/2018
3.0.0 2,684 4/27/2018
2.4.0 2,630 4/6/2018
2.3.1 1,894 3/27/2018
2.3.0 2,063 3/13/2018
2.2.0 4,908 3/1/2018
2.1.2 1,731 3/1/2018
2.1.1 2,137 2/16/2018
2.1.0 2,062 2/6/2018
2.0.1 1,996 2/1/2018
2.0.0 2,758 1/16/2018
1.18.3 4,043 7/1/2017

Please be sure to read the wiki pages at https://bitbucket.org/gregsdennis/manatee.trello/wiki/Home.

See Trello board for this project at https://trello.com/b/BVlClkAR/.  Feedback and questions are welcome through the board, on StackOverflow, or by emailing littlecrabsolutions@yahoo.com.

v1.6.0
Added standard board backgrounds.
BUG FIX: TrelloInteractionException when attempting to add an organization.

v1.5.0
Added Position.Between() method.
Added JETBRAINS_ANNOTATIONS symbol to all projects (exposes attributes like NotNull)