feat: improve indentation of About.xml

This commit is contained in:
Tobias Berger 2024-02-11 18:45:15 +01:00
parent 84bb67f0ec
commit 78eaa087a7
Signed by: toby
GPG key ID: 2D05EFAB764D6A88
2 changed files with 35 additions and 33 deletions

View file

@ -1,5 +1,6 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes"/> <xsl:output method="xml" encoding="utf-8" indent="yes"/>
<xsl:strip-space elements="*"/>
<!-- Match ModMetaData and its descendants, modify modVersion element --> <!-- Match ModMetaData and its descendants, modify modVersion element -->
<xsl:template match="/Project/PropertyGroup/ModMetaData|ModMetaData/@*[not(name()='Id')]|ModMetaData//node()"> <xsl:template match="/Project/PropertyGroup/ModMetaData|ModMetaData/@*[not(name()='Id')]|ModMetaData//node()">

View file

@ -9,6 +9,7 @@
<supportedVersions> <supportedVersions>
<li>1.4</li> <li>1.4</li>
</supportedVersions> </supportedVersions>
<!-- Gets automatically populated with VersionPrefix (see above) -->
<modVersion IgnoreIfNoMatchingField="True">0.1.0.0</modVersion> <modVersion IgnoreIfNoMatchingField="True">0.1.0.0</modVersion>
<url/> <url/>
<modDependencies/> <modDependencies/>