VERSION 1.7.0
NUGET
You can install or update using Nuget:
dotnet tool install -g KuiperZone.PupNet
or update:
dotnet tool update -g KuiperZone.PupNet
The "PupNet tool" targets .NET6 LTS (this does not restrict the dotnet version of your own projects).
OTHER INSTALLATION ASSETS
For AppImage - Set execute permission before running. Put file in Path.
For Windows - Once installed, launch Command Prompt under Programs Menu to use.
RECENT CHANGES
- VERSION 1.7.0; 2023-10-25
- Feature #24: Automatically skips confirmation if environment variable "CI=true" is defined.
- Other minor tweaks.