Skip to content

Commit ae3714b

Browse files
committed
Version 1.6.0
1 parent b721d57 commit ae3714b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

PupNet.pupnet.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# PUPNET DEPLOY: 1.5.1
1+
# PUPNET DEPLOY: 1.6.0
22

33
# APP PREAMBLE
44
AppBaseName = PupNet
55
AppFriendlyName = PupNet Deploy
66
AppId = zone.kuiper.pupnet
7-
AppVersionRelease = 1.5.1[1]
7+
AppVersionRelease = 1.6.0[1]
88
AppShortSummary = Cross-platform deployment utility which packages your .NET project as a ready-to-ship installation file in a single step.
99
AppDescription = """
1010
PupNet Deploy is a cross-platform deployment utility which packages your .NET project as a ready-to-ship

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Add multiple --kind values to arguments?
22
Implement auto system test for maximal and minimal conf files
33

4+
Support: nupkg, rpm(xlinux-64), deb(linux-x64), appimage(linux-x64, arm, arm64) and setup (win-x64)
5+
46
HANDY
57
dotnet pack -c Release -o ./Deploy/OUT -p:Version=1.4.1
68
dotnet tool install KuiperZone.PupNet -g --add-source ./Deploy/OUT

0 commit comments

Comments
 (0)