TrelloNet 0.5.9
See the version list below for details.
dotnet add package TrelloNet --version 0.5.9
NuGet\Install-Package TrelloNet -Version 0.5.9
<PackageReference Include="TrelloNet" Version="0.5.9" />
paket add TrelloNet --version 0.5.9
#r "nuget: TrelloNet, 0.5.9"
// Install TrelloNet as a Cake Addin #addin nuget:?package=TrelloNet&version=0.5.9 // Install TrelloNet as a Cake Tool #tool nuget:?package=TrelloNet&version=0.5.9
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 && < 4.6.0)
- RestSharp (>= 104.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TrelloNet:
Package | Downloads |
---|---|
Seq.App.Trello
Seq plugin to allow events to be sent to Trello. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.2 | 47,709 | 5/1/2014 |
0.6.1 | 3,251 | 9/30/2013 |
0.6.0 | 1,992 | 7/30/2013 |
0.5.9 | 2,066 | 2/10/2013 |
0.5.9-beta1 | 1,057 | 2/1/2013 |
0.5.8 | 1,413 | 1/18/2013 |
0.5.7 | 1,346 | 1/15/2013 |
0.5.7-beta2 | 1,059 | 1/3/2013 |
0.5.7-beta1 | 1,103 | 1/3/2013 |
0.5.6 | 1,920 | 11/29/2012 |
0.5.5 | 1,620 | 10/12/2012 |
0.5.5-beta2 | 1,254 | 10/9/2012 |
0.5.5-beta | 1,132 | 10/1/2012 |
0.5.4 | 7,816 | 8/1/2012 |
0.5.3 | 1,404 | 8/1/2012 |
0.5.3-beta | 1,144 | 7/5/2012 |
0.5.2 | 1,972 | 5/11/2012 |
0.5.2-beta | 1,163 | 5/2/2012 |
0.5.1-beta | 1,072 | 4/30/2012 |
0.5.0 | 1,430 | 4/27/2012 |
0.4.2 | 1,474 | 3/27/2012 |
0.4.1 | 1,535 | 3/11/2012 |
0.4.0 | 1,501 | 3/10/2012 |
0.3.1 | 1,491 | 2/27/2012 |
0.3.0 | 1,474 | 2/26/2012 |
0.2.0 | 1,479 | 2/23/2012 |
0.1.0 | 1,538 | 2/8/2012 |
0.5.9
* Change position of cards and lists (Trello.Cards.ChangePos and Trello.Lists.ChangePos)
* Upload attachments (Trello.Cards.AddAttachment) from a file path or an array of bytes
* Edit and delete comments (Trello.Actions.ChangeText and Trello.Actions.Delete)
0.5.8
* Add and remove members from boards (Trello.Boards.AddMember and Trello.Boards.RemoveMember)
0.5.7
* Add and remove attachments from cards (Trello.Cards.AddAttachment and Trello.Cards.RemoveAttachment)
* All actions now have a MemberCreator property
* AddMemberToCardAction now have a Member property
* New method Trello.Boards.MarkAsViewed