DBFilesClient.NET 1.2.0

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

// Install DBFilesClient.NET as a Cake Tool
#tool nuget:?package=DBFilesClient.NET&version=1.2.0

A blazing-fast DBC and DB2 file loader for World of Warcraft files.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on DBFilesClient.NET:

Repository Stars
BAndysc/WoWDatabaseEditor
Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers. Cmangos support work in progress. Featuring a 3D view built with OpenGL and custom ECS framework
Version Downloads Last updated
1.2.0 2,340 11/19/2017
1.1.4 7,722 4/10/2017
1.1.3-beta 1,028 3/26/2017
1.1.2.5 1,383 11/22/2016
1.0.0.2 1,851 9/19/2016
1.0.0.1 1,245 8/7/2016
1.0.0 1,662 8/4/2016

The following changes landed in version 1.2.0:

* A bug causing WDBC and WDB2 readers to skip half the records was fixed.
* A bug regarding WDB2 files with index tables has been fixed.
* WDBC and WDB2 no longer force the amount of fields (including arrays) to match the file's header.
* The library now targets fields instead of properties. As a result, because properties cannot be decorated with MarshalAsAttribute, ArraySizeAttribute has been introduced.
* Starting with 7.3.0.24473, WDB6 introduced padding in the common data block. The library tries to address it the best it can, but if you run into issues with parsing WDB6 files, please report them to the issue tracker on GitHub.