Skip to content

Commit 818360c

Browse files
committed
Version 1.0.3 for PupNet 1.4 and later
1 parent d62f788 commit 818360c

File tree

4 files changed

+68
-695
lines changed

4 files changed

+68
-695
lines changed

CHANGES

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
This is a CHANGE (changelog) file. It may also serve as a README, but should include formatted
2+
information (below) to provide change information.
3+
4+
Lines which start with '+' and contain one or more ';' characters are "version headers", and are of the form:
5+
'+ VERSION;[Other fields;]DATE'. The first item is the version number, while the last is the date in form 'yyyy-MM-dd'.
6+
Subsequent change items should be prefixed with '-'. Change items may span several lines, but a single change item
7+
should not be broken with an empty line.
8+
9+
Format change information will be parsed and optionally used to populate AppStream '<release>' information element
10+
using the ${APPSTREAM_CHANGELOG_XML} macro. This means the version changes need now be specified in one place only
11+
(i.e. a changelog file). See the 'Deploy/app.metainfo.xml' file.
12+
13+
The changelog parser should do a robust job at parsing version information while ignoring superfluous README text
14+
(such as this), but care should be taken to ensure that version information is correctly formatted.
15+
16+
+ Version 1.0.3; 2023-05-04
17+
- The pupnet.conf file upgraded to version 1.4.0
18+
- Added ${APPSTREAM_CHANGELOG_XML} to app.metainfo.xml
19+
- Added ${APPSTREAM_DESCRIPTION_XML} to app.metainfo.xml
20+
- Other minor corrections and changes
21+
- This line is deliberate test of escaping XML <>/" characters
22+
123
+ Version 1.0.2; 2023-04-18
224
- The pupnet.conf file upgraded to version 1.3.0
325
- Now builds using .NET6, rather than .NET7 (you can change this in csproj file if needed)

0 commit comments

Comments
 (0)