MyTrelloNet 1.0.8

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

// Install MyTrelloNet as a Cake Tool
#tool nuget:?package=MyTrelloNet&version=1.0.8

rebuild TrelloNet

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
1.0.8 1,278 3/31/2017
1.0.7 870 3/31/2017
1.0.6 904 3/31/2017
1.0.5 919 3/31/2017
1.0.4 898 3/31/2017
1.0.3 931 3/30/2017
1.0.2 893 3/30/2017
1.0.1 905 3/30/2017
1.0.0 914 3/30/2017

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)