This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
38 lines (33 loc) · 1.71 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
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<package name="us.bossmod.wcf.esportprofiles" xmlns="https://www.woltlab.com" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.woltlab.com https://www.woltlab.com/XSD/5.4/package.xsd">
<packageinformation>
<packagename><![CDATA[eSports Profile Fields]]></packagename>
<packagedescription><![CDATA[Adds user profile fields for common eSports leagues.]]></packagedescription>
<packagename language="de"><![CDATA[E-Sport Profilfelder]]></packagename>
<packagedescription language="de"><![CDATA[Fügt Benutzerprofilfelder für gängige E-Sport Ligen hinzu.]]></packagedescription>
<packageurl><![CDATA[https://pluginstore.woltlab.com/file/2825]]></packageurl>
<version>5.5.0</version>
<date>2022-07-07</date>
</packageinformation>
<authorinformation>
<author><![CDATA[DMedia Development]]></author>
<authorurl><![CDATA[https://www.woltlab.com/user/1468377]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.5.0"><![CDATA[com.woltlab.wcf]]></requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.0.0 Alpha 1"><![CDATA[com.woltlab.wcf]]></excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" />
<instruction type="userOption" />
<instruction type="language" />
</instructions>
<instructions type="update" fromversion="1.0.4">
<instruction type="file" />
<instruction type="fileDelete" />
<instruction type="userOption" />
<instruction type="language" />
</instructions>
</package>