ktsu.PkmnDB 3.0.0

Prefix Reserved
dotnet add package ktsu.PkmnDB --version 3.0.0
                    
NuGet\Install-Package ktsu.PkmnDB -Version 3.0.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="ktsu.PkmnDB" Version="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ktsu.PkmnDB" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ktsu.PkmnDB" />
                    
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 ktsu.PkmnDB --version 3.0.0
                    
#r "nuget: ktsu.PkmnDB, 3.0.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.
#:package ktsu.PkmnDB@3.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ktsu.PkmnDB&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ktsu.PkmnDB&version=3.0.0
                    
Install as a Cake Tool

PkmnDB

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
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
3.0.0 87 9/16/2026
2.0.4 85 9/16/2026
2.0.3 83 9/16/2026
2.0.2 85 9/15/2026
2.0.1 124 8/26/2026
2.0.0 117 8/20/2026
1.1.2 118 8/19/2026
1.1.1 117 8/19/2026
1.1.0 111 8/17/2026
1.0.0 299 5/4/2025
1.0.0-alpha.7 138 12/26/2024
1.0.0-alpha.6 127 12/26/2024
1.0.0-alpha.5 129 12/26/2024
1.0.0-alpha.4 134 12/26/2024
1.0.0-alpha.3 141 12/26/2024
1.0.0-alpha.2 134 12/26/2024
1.0.0-alpha.1 143 12/26/2024

## v3.0.0 (major)

Changes since v2.0.0:

- test: cover the AddX write path on Card and Deck [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- test: cover card and deck collection binding against real data [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- fix: bind card and deck collection arrays from the data files [major] ([@matt-edmondson](https://github.com/matt-edmondson))
- Gate Dependabot auto-merge on CI actually being green ([@Claude](https://github.com/Claude))
- test: assert sequences with Assert.AreSequenceEqual [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- test: compare built strings, not interned literals, for the equal case [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- fix: sort cards within a set by number, not by text [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- test: assert collection counts with Assert.HasCount [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- fix: drop URL extensions that are not plain suffixes, and cover the new paths [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- fix: harden the cache file name and narrow the queue catch [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- fix: keep the image queue draining after any failure, and stop trusting truncated cache files [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- ci: make the SonarQube quality gate opt in [patch] ([@matt-edmondson](https://github.com/matt-edmondson))
- ci: adopt the unified dotnet workflow [patch] ([@matt-edmondson](https://github.com/matt-edmondson))