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 260 11/19/2023
2.2.1.2 1,174 11/15/2017
2.2.1.1 979 11/15/2017
2.2.0.6 968 11/15/2017
2.1.0.4 1,083 7/8/2017
2.1.0.3-preview 865 7/7/2017
2.1.0-preview 891 7/2/2017
2.0.0.4 1,096 6/13/2017
1.3.7 1,006 5/31/2017
1.3.6.2 1,145 5/24/2017
1.3.5 1,034 4/27/2017
1.3.4 1,040 4/5/2017
1.3.3 1,051 3/15/2017
1.3.3-pre 926 3/5/2017
1.3.2 1,094 1/28/2017
1.3.1 1,068 1/17/2017
1.3.0-pre 937 1/17/2017
1.2.4.1 1,187 12/21/2016
1.2.4 1,072 12/20/2016
1.2.3 1,081 12/8/2016
1.2.3-preview 915 12/8/2016
1.2.2-preview 921 12/7/2016
1.2.1 1,115 12/2/2016
1.2.0 1,026 11/29/2016
1.1.0 1,065 11/16/2016
1.0.2 1,269 11/3/2016
1.0.1 1,008 10/30/2016
1.0.0.1 1,030 10/30/2016
1.0.0 1,134 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