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.
<PackageVersion Include="DBFilesClient.NET" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="DBFilesClient.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=DBFilesClient.NET&version=1.2.0
                    
Install DBFilesClient.NET as a Cake Addin
#tool nuget:?package=DBFilesClient.NET&version=1.2.0
                    
Install DBFilesClient.NET as a Cake Tool

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 3,038 11/19/2017
1.1.4 8,037 4/10/2017
1.1.3-beta 1,288 3/26/2017
1.1.2.5 1,597 11/22/2016
1.0.0.2 2,121 9/19/2016
1.0.0.1 1,526 8/7/2016
1.0.0 1,933 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.