Skip to content

VERSION 1.7.1

Compare
Choose a tag to compare
@kuiperzone kuiperzone released this 26 Sep 02:15
· 15 commits to main since this release

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.1; 2023-10-26
  • Bugfix: Fix upgrade-conf bug introduced in 1.7.0.

VERSION 1.7.0; 2023-10-25
Feature #24: Automatically skips confirmation if environment variable "CI=true" is defined.
Other minor tweaks.