TrelloNet.Edge 0.7.2.1

dotnet add package TrelloNet.Edge --version 0.7.2.1
NuGet\Install-Package TrelloNet.Edge -Version 0.7.2.1
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.Edge" Version="0.7.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TrelloNet.Edge --version 0.7.2.1
#r "nuget: TrelloNet.Edge, 0.7.2.1"
#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.Edge as a Cake Addin
#addin nuget:?package=TrelloNet.Edge&version=0.7.2.1

// Install TrelloNet.Edge as a Cake Tool
#tool nuget:?package=TrelloNet.Edge&version=0.7.2.1

A .NET client library for Trello. Includes features not yet in the main respository.

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.2.1 49,084 1/30/2015
0.7.2 1,588 1/27/2015

0.7.2 (Edge)
     * ShortLink Property on Cards
     * New Color Labels
     * Support for Unlimited Labels
     * Labels For Board call

     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)