From a7ad7467ae90b1c61634b76af47fd675627371db Mon Sep 17 00:00:00 2001 From: KuiperZone Date: Thu, 13 Apr 2023 02:11:15 +0100 Subject: [PATCH] Patch 1.2.1 --- CHANGES | 2 +- Deploy/PupNet.metainfo.xml | 2 +- README.nuget.md | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 2d741ac..cfaf426 100644 --- a/CHANGES +++ b/CHANGES @@ -8,7 +8,7 @@ - Added upgrade-conf CLI option to upgrade existing pupnet.conf file - Added SetupAdminInstall to configuration to all install with admin privileges in Windows Setup - Added SetupSuffixOutput to configuration to allow control of naming of Windows Setup -- Added ${LocalDirectory} macro +- Added ${LOCAL_DIRECTORY} macro - Windows Setup now removes (re-writes) existing program group entries on upgrade - Windows Setup console window now echos command name and version on launch - Improved Windows Setup console icon diff --git a/Deploy/PupNet.metainfo.xml b/Deploy/PupNet.metainfo.xml index 1284f06..5446157 100644 --- a/Deploy/PupNet.metainfo.xml +++ b/Deploy/PupNet.metainfo.xml @@ -83,7 +83,7 @@
  • Added CLI option to upgrade existing pupnet.conf file
  • Added SetupAdminInstall to configuration to all install with admin privileges in Windows Setup
  • Added SetupSuffixOutput to configuration to allow control of naming of Windows Setup
  • -
  • Added ${LocalDirectory} macro
  • +
  • Added LOCAL_DIRECTORY macro
  • Windows Setup now removes (re-writes) existing program group entries on upgrade
  • Windows Setup console window now echos command name and version on launch
  • Improved Windows Setup console icon
  • diff --git a/README.nuget.md b/README.nuget.md index 2e32a97..cdcf9ec 100644 --- a/README.nuget.md +++ b/README.nuget.md @@ -19,17 +19,16 @@ Now, **PupNet Deploy** allows you to ship your dotnet application as: * Plain old Zip ## Getting Started ## +For instructions on use, please see: **[github.com/kuiperzone/PupNet](https://github.com/kuiperzone/PupNet)** To install as a dotnet tool: dotnet tool install -g KuiperZone.PupNet -Alternatively, for self-contained installers: +Alternatively, for self-contained installers goto: **[DOWNLOAD & INSTALL](https://github.com/kuiperzone/PupNet/releases/latest)** -For instructions, please see: **[github.com/kuiperzone/PupNet](https://github.com/kuiperzone/PupNet)** - *If you like this project, don't forget to like and share.* ## Copyright & License ##