TrelloNet 0.6.2
dotnet add package TrelloNet --version 0.6.2
NuGet\Install-Package TrelloNet -Version 0.6.2
<PackageReference Include="TrelloNet" Version="0.6.2" />
paket add TrelloNet --version 0.6.2
#r "nuget: TrelloNet, 0.6.2"
// Install TrelloNet as a Cake Addin #addin nuget:?package=TrelloNet&version=0.6.2 // Install TrelloNet as a Cake Tool #tool nuget:?package=TrelloNet&version=0.6.2
A .NET client library for Trello.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- Newtonsoft.Json (>= 4.5.0)
- RestSharp (>= 104.1.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.2 | 1,419 | 5/1/2014 |
0.6.1 | 499 | 9/30/2013 |
0.6.0 | 78 | 7/30/2013 |
0.5.9 | 85 | 2/10/2013 |
0.5.9-beta1 | 41 | 2/1/2013 |
0.5.8 | 48 | 1/18/2013 |
0.5.7 | 47 | 1/15/2013 |
0.5.7-beta2 | 42 | 1/3/2013 |
0.5.7-beta1 | 42 | 1/3/2013 |
0.5.6 | 59 | 11/29/2012 |
0.5.5 | 47 | 10/12/2012 |
0.5.5-beta2 | 41 | 10/9/2012 |
0.5.5-beta | 40 | 10/1/2012 |
0.5.4 | 79 | 8/1/2012 |
0.5.3 | 49 | 8/1/2012 |
0.5.3-beta | 42 | 7/5/2012 |
0.5.2 | 45 | 5/11/2012 |
0.5.2-beta | 42 | 5/2/2012 |
0.5.1-beta | 42 | 4/30/2012 |
0.5.0 | 47 | 4/27/2012 |
0.4.2 | 48 | 3/27/2012 |
0.4.1 | 48 | 3/11/2012 |
0.4.0 | 49 | 3/10/2012 |
0.3.1 | 50 | 2/27/2012 |
0.3.0 | 48 | 2/26/2012 |
0.2.0 | 48 | 2/23/2012 |
0.1.0 | 47 | 2/8/2012 |
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)