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
<PackageReference Include="ktsu.PkmnDB" Version="3.0.0" />
<PackageVersion Include="ktsu.PkmnDB" Version="3.0.0" />
<PackageReference Include="ktsu.PkmnDB" />
paket add ktsu.PkmnDB --version 3.0.0
#r "nuget: ktsu.PkmnDB, 3.0.0"
#:package ktsu.PkmnDB@3.0.0
#addin nuget:?package=ktsu.PkmnDB&version=3.0.0
#tool nuget:?package=ktsu.PkmnDB&version=3.0.0
PkmnDB
| Product | Versions 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. |
-
net10.0
- ktsu.Extensions (>= 1.6.0)
- ktsu.RoundTripStringJsonConverter (>= 1.0.41)
- ktsu.Semantics (>= 1.0.20)
- ktsu.TextFilter (>= 1.5.33)
-
net8.0
- ktsu.Extensions (>= 1.6.0)
- ktsu.RoundTripStringJsonConverter (>= 1.0.41)
- ktsu.Semantics (>= 1.0.20)
- ktsu.TextFilter (>= 1.5.33)
-
net9.0
- ktsu.Extensions (>= 1.6.0)
- ktsu.RoundTripStringJsonConverter (>= 1.0.41)
- ktsu.Semantics (>= 1.0.20)
- ktsu.TextFilter (>= 1.5.33)
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))