Skip to content

Commit

Permalink
Patch 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kuiperzone committed Apr 13, 2023
1 parent 9bc8616 commit a7ad746
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Deploy/PupNet.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<li>Added CLI option to upgrade existing pupnet.conf file</li>
<li>Added SetupAdminInstall to configuration to all install with admin privileges in Windows Setup</li>
<li>Added SetupSuffixOutput to configuration to allow control of naming of Windows Setup</li>
<li>Added ${LocalDirectory} macro</li>
<li>Added LOCAL_DIRECTORY macro</li>
<li>Windows Setup now removes (re-writes) existing program group entries on upgrade</li>
<li>Windows Setup console window now echos command name and version on launch</li>
<li>Improved Windows Setup console icon</li>
Expand Down
5 changes: 2 additions & 3 deletions README.nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##
Expand Down

0 comments on commit a7ad746

Please sign in to comment.