Installing
The latest package is available on NuGet.
Badge |
Notes |
Latest stable |
|
Latest, including preview |
Installing from a PowerShell prompt
You can install the package into your project from a PowerShell prompt. Navigate to the folder your project file is in and type:
Install-Package Stravaig.Gedcom
If you want to install a specific version add -Version <version>
Installing using the .NET CLI
You can install the package into your project with the .NET CLI command. Navigate to the folder your project file is in and type:
dotnet add package Stravaig.Gedcom
If you want to add a specific version add --version <version> to the end of the command. If you want the lastest prerelease version you can add --prerelease instead.