ktsu.PkmnDB
2.0.2
Prefix Reserved
See the version list below for details.
dotnet add package ktsu.PkmnDB --version 2.0.2
NuGet\Install-Package ktsu.PkmnDB -Version 2.0.2
<PackageReference Include="ktsu.PkmnDB" Version="2.0.2" />
<PackageVersion Include="ktsu.PkmnDB" Version="2.0.2" />
<PackageReference Include="ktsu.PkmnDB" />
paket add ktsu.PkmnDB --version 2.0.2
#r "nuget: ktsu.PkmnDB, 2.0.2"
#:package ktsu.PkmnDB@2.0.2
#addin nuget:?package=ktsu.PkmnDB&version=2.0.2
#tool nuget:?package=ktsu.PkmnDB&version=2.0.2
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 | 88 | 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 |
## v2.0.2 (patch)
Changes since v2.0.1:
- 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))