MyTrelloNet 1.0.0
See the version list below for details.
dotnet add package MyTrelloNet --version 1.0.0
NuGet\Install-Package MyTrelloNet -Version 1.0.0
<PackageReference Include="MyTrelloNet" Version="1.0.0" />
paket add MyTrelloNet --version 1.0.0
#r "nuget: MyTrelloNet, 1.0.0"
// Install MyTrelloNet as a Cake Addin #addin nuget:?package=MyTrelloNet&version=1.0.0 // Install MyTrelloNet as a Cake Tool #tool nuget:?package=MyTrelloNet&version=1.0.0
rebuild TrelloNet
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- Newtonsoft.Json (>= 4.5.0)
- RestSharp (>= 105.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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)