Trello.Net.Edge 0.7.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Trello.Net.Edge --version 0.7.0
NuGet\Install-Package Trello.Net.Edge -Version 0.7.0
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="Trello.Net.Edge" Version="0.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Trello.Net.Edge --version 0.7.0
#r "nuget: Trello.Net.Edge, 0.7.0"
#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 Trello.Net.Edge as a Cake Addin
#addin nuget:?package=Trello.Net.Edge&version=0.7.0

// Install Trello.Net.Edge as a Cake Tool
#tool nuget:?package=Trello.Net.Edge&version=0.7.0

A .NET client library for Trello. Includes code not yet in the official repository.

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.0
     * Handles CopyCard and MoveCardToBoard actions
     * Includes ShortLink for cards and boards
     * LogoHash on Organization
     
     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)

     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)