Package Manager
Install the package with Package Manager from Nuget:
Install-Package Tseesecake
Run the following to update to the latest version:
Update-Package Tseesecake
.NET CLI
Install the package with .NET CLI from Nuget:
dotnet add package Tseesecake
Run the following to update to a specific version:
dotnet add package Tseesecake --version 1.2.3