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
                    
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="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ktsu.PkmnDB" Version="1.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 1.0.0
                    
#r "nuget: ktsu.PkmnDB, 1.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@1.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=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ktsu.PkmnDB&version=1.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 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. 
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
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))