-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
39 lines (32 loc) · 1.41 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
39
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.promiseWrap" 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/maelstrom/package.xsd">
<packageinformation>
<packagename>Promise Wrap</packagename>
<isapplication>0</isapplication>
<version>1.4.1</version>
<date>2023-11-01</date>
<license><![CDATA[MIT License <https://opensource.org/licenses/MIT>]]></license>
</packageinformation>
<authorinformation>
<author>Tim Düsterhus</author>
<authorurl>http://tims.bastelstu.be</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.5.16">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="7.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
<instructions type="update" fromversion="1.4.0">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
<instructions type="update" fromversion="1.3.0">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
<instructions type="update" fromversion="1.2.0">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
</package>