ktsu.PkmnDB
1.0.0
Prefix Reserved
dotnet add package ktsu.PkmnDB --version 1.0.0
NuGet\Install-Package ktsu.PkmnDB -Version 1.0.0
<PackageReference Include="ktsu.PkmnDB" Version="1.0.0" />
<PackageVersion Include="ktsu.PkmnDB" Version="1.0.0" />
<PackageReference Include="ktsu.PkmnDB" />
paket add ktsu.PkmnDB --version 1.0.0
#r "nuget: ktsu.PkmnDB, 1.0.0"
#:package ktsu.PkmnDB@1.0.0
#addin nuget:?package=ktsu.PkmnDB&version=1.0.0
#tool nuget:?package=ktsu.PkmnDB&version=1.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 was computed. 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. |
-
net8.0
- ktsu.SemanticString (>= 1.4.0)
- ktsu.StrongPaths (>= 1.3.0)
- ktsu.TextFilter (>= 1.5.1)
- ktsu.ToStringJsonConverter (>= 1.2.2)
-
net9.0
- ktsu.SemanticString (>= 1.4.0)
- ktsu.StrongPaths (>= 1.3.0)
- ktsu.TextFilter (>= 1.5.1)
- ktsu.ToStringJsonConverter (>= 1.2.2)
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.0.0 | 263 | 5/4/2025 |
| 1.0.0-alpha.7 | 118 | 12/26/2024 |
| 1.0.0-alpha.6 | 107 | 12/26/2024 |
| 1.0.0-alpha.5 | 104 | 12/26/2024 |
| 1.0.0-alpha.4 | 113 | 12/26/2024 |
| 1.0.0-alpha.3 | 120 | 12/26/2024 |
| 1.0.0-alpha.2 | 114 | 12/26/2024 |
| 1.0.0-alpha.1 | 121 | 12/26/2024 |
## v1.0.0 (patch)
Changes since v1.0.0-alpha.7:
- Remove Directory.Build.props and Directory.Build.targets files, add copyright headers to PkmnDB source files, and delete unused PowerShell scripts for metadata and version management. ([@matt-edmondson](https://github.com/matt-edmondson))
- Update packages ([@matt-edmondson](https://github.com/matt-edmondson))
- Refactor Directory.Build.targets to update metadata packing and remove license generation target ([@matt-edmondson](https://github.com/matt-edmondson))
- Refactor Attack class to use Collection for Cost and add XML documentation for properties ([@matt-edmondson](https://github.com/matt-edmondson))
- Update project SDK to ktsu.Sdk.Lib/1.8.0 and remove redundant VERSION file references ([@matt-edmondson](https://github.com/matt-edmondson))
- Update data submodule ([@matt-edmondson](https://github.com/matt-edmondson))
- Add LICENSE template ([@matt-edmondson](https://github.com/matt-edmondson))
- Add automation scripts for metadata management and versioning ([@matt-edmondson](https://github.com/matt-edmondson))
- Renamed metadata files ([@matt-edmondson](https://github.com/matt-edmondson))
- Add detailed XML documentation for Ability, Card, Deck, and related classes; refactor collections to use IReadOnlyCollection ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.0.0-alpha.7 (prerelease)
Changes since v1.0.0-alpha.6:
- Refactor to use SemanticString in PkmnDB records ([@matt-edmondson](https://github.com/matt-edmondson))
- Update license file with new copyright notice ([@matt-edmondson](https://github.com/matt-edmondson))
- Update paths and package references in PkmnDB.csproj ([@matt-edmondson](https://github.com/matt-edmondson))
- Refactor PkmnDB class and add lazy loading and search ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.0.0-alpha.6 (prerelease)
Changes since v1.0.0-alpha.5:
- Sync icon.png ([@ktsu[bot]](https://github.com/ktsu[bot]))
## v1.0.0-alpha.5 (prerelease)
Changes since v1.0.0-alpha.4:
- Sync Directory.Build.props ([@ktsu[bot]](https://github.com/ktsu[bot]))
## v1.0.0-alpha.4 (prerelease)
Changes since v1.0.0-alpha.3:
- Sync Directory.Build.props ([@ktsu[bot]](https://github.com/ktsu[bot]))
## v1.0.0-alpha.3 (prerelease)
Changes since v1.0.0-alpha.2:
- Sync Directory.Build.props ([@ktsu[bot]](https://github.com/ktsu[bot]))
## v1.0.0-alpha.2 (prerelease)
Changes since v1.0.0-alpha.1:
- Sync Directory.Build.targets ([@ktsu[bot]](https://github.com/ktsu[bot]))
## v1.0.0-alpha.1 (prerelease)
- Update PkmnDB.csproj ([@matt-edmondson](https://github.com/matt-edmondson))
- Initial commit ([@matt-edmondson](https://github.com/matt-edmondson))
- Refactor to use strong-typed strings and Uri types ([@matt-edmondson](https://github.com/matt-edmondson))
- Add initial data and classes ([@matt-edmondson](https://github.com/matt-edmondson))