TrelloNet 0.5.5-beta2

This is a prerelease version of TrelloNet.
There is a newer version of this package available.
See the version list below for details.
dotnet add package TrelloNet --version 0.5.5-beta2
NuGet\Install-Package TrelloNet -Version 0.5.5-beta2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TrelloNet" Version="0.5.5-beta2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TrelloNet --version 0.5.5-beta2
#r "nuget: TrelloNet, 0.5.5-beta2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TrelloNet as a Cake Addin
#addin nuget:?package=TrelloNet&version=0.5.5-beta2&prerelease

// Install TrelloNet as a Cake Tool
#tool nuget:?package=TrelloNet&version=0.5.5-beta2&prerelease

A .NET client library for Trello.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.2 1,417 5/1/2014
0.6.1 497 9/30/2013
0.6.0 76 7/30/2013
0.5.9 83 2/10/2013
0.5.9-beta1 39 2/1/2013
0.5.8 46 1/18/2013
0.5.7 45 1/15/2013
0.5.7-beta2 40 1/3/2013
0.5.7-beta1 40 1/3/2013
0.5.6 57 11/29/2012
0.5.5 45 10/12/2012
0.5.5-beta2 39 10/9/2012
0.5.5-beta 38 10/1/2012
0.5.4 77 8/1/2012
0.5.3 47 8/1/2012
0.5.3-beta 40 7/5/2012
0.5.2 44 5/11/2012
0.5.2-beta 40 5/2/2012
0.5.1-beta 40 4/30/2012
0.5.0 45 4/27/2012
0.4.2 46 3/27/2012
0.4.1 46 3/11/2012
0.4.0 47 3/10/2012
0.3.1 48 2/27/2012
0.3.0 46 2/26/2012
0.2.0 46 2/23/2012
0.1.0 45 2/8/2012

0.5.5
     * Change visibilty on a board (Trello.Boards.ChangePermissionLevel)
     * Check/uncheck check item (Trello.Cards.ChangeCheckItemState) and name (Trello.Cards.ChangeCheckItemName)
     * Card now contains Checklist which contains CheckItem which has a Checked property
     * Can move card between boards (Cards.Move)

     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