Skip to content

Commit 5e66d87

Browse files
committed
Version 1.3.1
1 parent c0e20b2 commit 5e66d87

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+ VERSION 1.3.1; TBD
2-
- Bugfix: Fix package creation when file path of contents contain spaces (enclose file path with quotes when executing chmod).
2+
- Bugfix: Fix package creation when file path of contents contain spaces (enclose file path with quotes when executing chmod)
33

44
+ VERSION 1.3.0; 2023-04-18
55
- Added RpmAutoProv and RpmAutoReq properties to configuration

Deploy/PupNet.metainfo.xml

+8
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666

6767
<releases>
6868

69+
<release version="1.3.1" date="2023-05-01">
70+
<description>
71+
<ul>
72+
<li>Bugfix: Fix package creation when file path of contents contain spaces (enclose file path with quotes when executing chmod)</li>
73+
</ul>
74+
</description>
75+
</release>
76+
6977
<release version="1.3.0" date="2023-04-18">
7078
<description>
7179
<ul>

PupNet.pupnet.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ AppId = zone.kuiper.pupnet
2121
# brackets to denote package release, i.e. '1.2.3[1]'. Release refers to a change to the deployment
2222
# package, rather the application. If release part is absent (i.e. '1.2.3'), the release value defaults
2323
# to '1'. Note that the version-release value given here may be overridden from the command line.
24-
AppVersionRelease = 1.3.0[1]
24+
AppVersionRelease = 1.3.1[1]
2525

2626
# Mandatory single line application description.
2727
AppShortSummary = Cross-platform deployment utility which packages your .NET project as a ready-to-ship installation file in a single step.

0 commit comments

Comments
 (0)