TrelloNet.Edge
0.7.2.1
dotnet add package TrelloNet.Edge --version 0.7.2.1
NuGet\Install-Package TrelloNet.Edge -Version 0.7.2.1
<PackageReference Include="TrelloNet.Edge" Version="0.7.2.1" />
paket add TrelloNet.Edge --version 0.7.2.1
#r "nuget: TrelloNet.Edge, 0.7.2.1"
// Install TrelloNet.Edge as a Cake Addin #addin nuget:?package=TrelloNet.Edge&version=0.7.2.1 // Install TrelloNet.Edge as a Cake Tool #tool nuget:?package=TrelloNet.Edge&version=0.7.2.1
A .NET client library for Trello. Includes features not yet in the main respository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- Newtonsoft.Json (>= 6.0.8)
- RestSharp (>= 105.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.7.2 (Edge)
* ShortLink Property on Cards
* New Color Labels
* Support for Unlimited Labels
* Labels For Board call
0.6.2
* Issue any request to the trello api using Trello.Advanced.Get/Post/Put/Delete
* Support for some new action types: copy card, update card (closed), update card (position) and delete card
* The Card and Organization classes have a couple of new properties
* Set the unread flag on notifications (Trello.Notifications.ChangeUnread)
0.6.1
* Pos property on CheckItem and Checklist
* Fixed bug where a board could not be read when not authorized
* Fixed bug where some actions where missing when using Trello.Actions.ForCard
0.6.0
* Changed so that at least version 4.5 of Json.NET is needed instead of 4.5-4.6
* Added support for "DateLastEdited" to comments
* Date format correction for Trello.Since.Date(dateTime)