Manatee.Trello 1.4.1

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

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

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,911 11/17/2022
4.4.2 4,309 7/9/2022
4.4.1.4 939 11/17/2022
4.4.0 17,080 2/5/2021
4.3.0 20,887 3/5/2020
4.2.3 3,048 1/22/2020
4.2.2 1,218 1/22/2020
4.2.1 1,265 1/22/2020
4.2.0 1,220 1/22/2020
4.1.1 1,761 12/14/2019
4.1.0 1,271 12/11/2019
4.0.0 2,326 11/13/2019
3.10.3 10,825 10/13/2019
3.10.2 5,456 9/26/2019
3.10.1 1,459 9/7/2019
3.10.0 3,259 8/5/2019
3.9.0 1,330 7/31/2019
3.8.1 4,066 5/22/2019
3.8.0 2,567 4/16/2019
3.7.1 1,629 3/31/2019
3.7.0 3,886 3/5/2019
3.6.1 1,393 2/26/2019
3.6.0 2,458 1/29/2019
3.5.2 2,454 12/30/2018
3.5.1 1,425 12/27/2018
3.5.0 1,868 12/13/2018
3.4.4 2,680 12/9/2018
3.4.3 4,071 11/1/2018
3.4.2 1,545 10/24/2018
3.4.1 1,760 10/23/2018
3.4.0 1,618 10/8/2018
3.3.3 3,611 9/20/2018
3.3.2 1,517 9/15/2018
3.3.1 1,905 8/15/2018
3.3.0 1,657 7/29/2018
3.2.1 1,913 7/14/2018
3.2.0 1,723 7/4/2018
3.1.0 1,793 5/31/2018
3.0.12 1,737 5/29/2018
3.0.11 1,835 5/18/2018
3.0.10 2,522 5/14/2018
3.0.9 1,741 5/12/2018
3.0.8 1,709 5/12/2018
3.0.7 1,601 5/11/2018
3.0.6 1,723 5/7/2018
3.0.5 1,782 5/4/2018
3.0.4 1,621 5/4/2018
3.0.3 1,655 5/3/2018
3.0.2 1,771 5/2/2018
3.0.1 1,767 5/1/2018
3.0.0 2,686 4/27/2018
2.4.0 2,632 4/6/2018
2.3.1 1,897 3/27/2018
2.3.0 2,065 3/13/2018
2.2.0 4,910 3/1/2018
2.1.2 1,733 3/1/2018
2.1.1 2,139 2/16/2018
2.1.0 2,074 2/6/2018
2.0.1 1,998 2/1/2018
2.0.0 2,761 1/16/2018
1.18.3 4,045 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.4.1
Updated action collections to submit REST request date parameters using ISO8601 formatting.  Supports non-US locales.

v1.4.0
Added date filtering to Action collections.
Added limit filtering to all available collections:
- Actions
- Boards
- Cards
- Lists
- Notifications
- Organizations
Updated known Action types.
Updated Flags enums:
- ActionType
- BoardFilter
- MembershipFilter
- NotificationType

v1.3.x
Added optional custom authentication for individual entities.
BUG FIX: Instantiating an entity with an ID for a different type of entity doesn't throw.
BUG FIX: "Invalid value for type" returned when trying to add an admin to a board.