Skip to content

Commit 365b44e

Browse files
committed
Pesky bug!
1 parent f4bac2c commit 365b44e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

PupNet/MacroExpander.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public MacrosExpander(PackageBuilder builder)
9797
else
9898
{
9999
// Macro cannot be empty - manufacture minimal change
100-
var change = $"<release version=\"{builder.AppVersion}\" date=\"{DateTime.UtcNow.ToString("yyyy-MM-dd")}\">";
100+
var change = $"<release version=\"{builder.AppVersion}\" date=\"{DateTime.UtcNow.ToString("yyyy-MM-dd")}\"/>";
101101
dict.Add(MacroId.AppStreamChangelogXml, change);
102102
}
103103

TODO

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

5+
HANDY
6+
dotnet pack -c Release -o ./Deploy/OUT -p:Version=1.4.1
7+
dotnet tool install KuiperZone.PupNet -g --add-source ./Deploy/OUT
8+
dotnet tool uninstall KuiperZone.PupNet -g
9+
510

611
DONE
712
Add parsable "changes" and integrate with RPM,deb and AppStream

0 commit comments

Comments
 (0)