TrelloNet 0.5.4
See the version list below for details.
dotnet add package TrelloNet --version 0.5.4
NuGet\Install-Package TrelloNet -Version 0.5.4
<PackageReference Include="TrelloNet" Version="0.5.4" />
paket add TrelloNet --version 0.5.4
#r "nuget: TrelloNet, 0.5.4"
// Install TrelloNet as a Cake Addin #addin nuget:?package=TrelloNet&version=0.5.4 // Install TrelloNet as a Cake Tool #tool nuget:?package=TrelloNet&version=0.5.4
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 (>= 103.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 | 48,409 | 5/1/2014 |
0.6.1 | 3,318 | 9/30/2013 |
0.6.0 | 2,054 | 7/30/2013 |
0.5.9 | 2,126 | 2/10/2013 |
0.5.9-beta1 | 1,118 | 2/1/2013 |
0.5.8 | 1,474 | 1/18/2013 |
0.5.7 | 1,407 | 1/15/2013 |
0.5.7-beta2 | 1,121 | 1/3/2013 |
0.5.7-beta1 | 1,165 | 1/3/2013 |
0.5.6 | 1,989 | 11/29/2012 |
0.5.5 | 1,688 | 10/12/2012 |
0.5.5-beta2 | 1,318 | 10/9/2012 |
0.5.5-beta | 1,194 | 10/1/2012 |
0.5.4 | 7,879 | 8/1/2012 |
0.5.3 | 1,468 | 8/1/2012 |
0.5.3-beta | 1,208 | 7/5/2012 |
0.5.2 | 2,036 | 5/11/2012 |
0.5.2-beta | 1,225 | 5/2/2012 |
0.5.1-beta | 1,134 | 4/30/2012 |
0.5.0 | 1,496 | 4/27/2012 |
0.4.2 | 1,540 | 3/27/2012 |
0.4.1 | 1,599 | 3/11/2012 |
0.4.0 | 1,565 | 3/10/2012 |
0.3.1 | 1,554 | 2/27/2012 |
0.3.0 | 1,537 | 2/26/2012 |
0.2.0 | 1,544 | 2/23/2012 |
0.1.0 | 1,602 | 2/8/2012 |
0.5.4
* Bug fix: Changed datatype of Card.Pos and List.Pos to double instead of int.
0.5.3
* Support for search (Trello.Search, Trello.Cards.Search, Trello.Boards.Search, Trello.Organizations.Search, Trello.Actions.Search)
* Automatic paging for actions and notifications (for example Trello.Actions.AutoPaged().ForMe());
* A couple of new Action types (still not complete)
* Card.Attachments
* Ordganization.Description now works
* Removed GravatarHash, UploadedAvatarHash and AvatarSource from Member
* Other minor changes
0.5.2
* Includes RestSharp 103.1.0 which resolves a bug where Trello.Async doesn't work. At all.
* Date serialization bug fix
* Other minor changes