File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ Add multiple --kind values to arguments?
22Add <ul> parsing to AppDescription
33Implement 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
611DONE
712Add parsable "changes" and integrate with RPM,deb and AppStream
You can’t perform that action at this time.
0 commit comments