Manatee.Trello
1.4.1
dotnet add package Manatee.Trello --version 1.4.1
NuGet\Install-Package Manatee.Trello -Version 1.4.1
<PackageReference Include="Manatee.Trello" Version="1.4.1" />
paket add Manatee.Trello --version 1.4.1
#r "nuget: Manatee.Trello, 1.4.1"
// 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 | Versions 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. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.1 | 202 | 5/5/2015 |
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.