forked from SmashPhil/Vehicle-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutTemplate.xml
33 lines (28 loc) · 930 Bytes
/
AboutTemplate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--
This file is unused, it is a template for the auto-updating powershell script should there ever be
a build error that results in the complete overwrite of the About.xml file.
-->
<ModMetaData>
<name>Vehicle Framework</name>
<author>Smash Phil</author>
<packageId>SmashPhil.VehicleFramework</packageId>
<modVersion>ERR</modVersion>
<supportedVersions>
<li>1.4</li>
<li>1.5</li>
</supportedVersions>
<loadAfter>
<li>brrainz.harmony</li>
</loadAfter>
<modDependencies>
<li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</modDependencies>
<description><![CDATA[<b><color=orange>Vehicle Framework</color></b>
Enables the creation of vehicles in RimWorld.]]>
</description>
</ModMetaData>