DragonFrontDb 2.0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package DragonFrontDb --version 2.0.0.4
NuGet\Install-Package DragonFrontDb -Version 2.0.0.4
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="DragonFrontDb" Version="2.0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DragonFrontDb --version 2.0.0.4
#r "nuget: DragonFrontDb, 2.0.0.4"
#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 DragonFrontDb as a Cake Addin
#addin nuget:?package=DragonFrontDb&version=2.0.0.4

// Install DragonFrontDb as a Cake Tool
#tool nuget:?package=DragonFrontDb&version=2.0.0.4

DragonFrontDb is a .NET database for data from Dragon Front

There are no supported framework assets in this 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
3.0.1 219 11/19/2023
2.2.1.2 1,146 11/15/2017
2.2.1.1 951 11/15/2017
2.2.0.6 939 11/15/2017
2.1.0.4 1,059 7/8/2017
2.1.0.3-preview 841 7/7/2017
2.1.0-preview 866 7/2/2017
2.0.0.4 1,071 6/13/2017
1.3.7 974 5/31/2017
1.3.6.2 1,121 5/24/2017
1.3.5 1,011 4/27/2017
1.3.4 1,016 4/5/2017
1.3.3 1,025 3/15/2017
1.3.3-pre 899 3/5/2017
1.3.2 1,070 1/28/2017
1.3.1 1,041 1/17/2017
1.3.0-pre 916 1/17/2017
1.2.4.1 1,162 12/21/2016
1.2.4 1,051 12/20/2016
1.2.3 1,052 12/8/2016
1.2.3-preview 895 12/8/2016
1.2.2-preview 895 12/7/2016
1.2.1 1,091 12/2/2016
1.2.0 990 11/29/2016
1.1.0 1,043 11/16/2016
1.0.2 1,235 11/3/2016
1.0.1 984 10/30/2016
1.0.0.1 1,004 10/30/2016
1.0.0 1,113 10/25/2016

This version includes several breaking changes to the Cards and Info classes. Data formats for AllCards.json and AllTraits.json did not change, so remain compatible with 1.x versions.

     - Info class now supplies card data version information and download url.
     - Removed unused properties on Cards class
     - Cards class is no longer static and now supports instantiation with external card data (uses embedded data by default).
     - updated to json.net 10.x