-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
33 lines (33 loc) · 1.54 KB
/
package.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
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/package.xsd" name="de.mightful_noobs.rsi_pf">
<packageinformation>
<!-- de.mightful_noobs.rsi_pf -->
<packagename>RSI Profilefield</packagename>
<packagename language="de">RSI Profilfeld</packagename>
<packagedescription>Adds user profile fields for Roberts Space Industries.</packagedescription>
<packagedescription language="de">Fügt Benutzerprofilfelder für Roberts Space Industries hinzu.</packagedescription>
<version>6.0.0</version>
<date>2023-11-01</date>
<packageurl>https://pluginstore.woltlab.com/file/3307-rsi-profilfeld/</packageurl>
<license><![CDATA[Creative Commons <by-nc> <https://creativecommons.org/licenses/by-nc/4.0/legalcode>]]></license>
</packageinformation>
<authorinformation>
<author>Xopez, Felix | D1strict</author>
<authorurl>https://mightful-noobs.de/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="userOption"/>
<instruction type="language"/>
</instructions>
<instructions type="update" fromversion="*">
<instruction type="userOption"/>
<instruction type="language"/>
<instruction type="fileDelete"/>
</instructions>
</package>