|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<package name="dev.hanashi.wsc.steam-api" 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/2019/package.xsd"> |
3 | | - <packageinformation> |
4 | | - <packagename><![CDATA[Steam API]]></packagename> |
5 | | - <packagename language="de"><![CDATA[Steam-API]]></packagename> |
6 | | - <packagedescription><![CDATA[Api package for Steam.]]></packagedescription> |
7 | | - <packagedescription language="de"><![CDATA[API-Paket für Steam.]]></packagedescription> |
8 | | - <version>1.1.1</version> |
9 | | - <date>2021-07-21</date> |
10 | | - </packageinformation> |
11 | | - |
12 | | - <authorinformation> |
13 | | - <author><![CDATA[Hanashi Development]]></author> |
14 | | - <authorurl><![CDATA[https://hanashi.dev/]]></authorurl> |
15 | | - </authorinformation> |
16 | | - |
17 | | - <requiredpackages> |
18 | | - <requiredpackage minversion="5.3.0">com.woltlab.wcf</requiredpackage> |
19 | | - </requiredpackages> |
20 | | - |
21 | | - <excludedpackages> |
22 | | - <excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage> |
23 | | - </excludedpackages> |
24 | | - |
25 | | - <instructions type="install"> |
26 | | - <!-- files --> |
27 | | - <instruction type="file" /> |
28 | | - |
29 | | - <!-- language --> |
30 | | - <instruction type="language"/> |
31 | | - |
32 | | - <!-- config --> |
33 | | - <instruction type="userGroupOption" /> |
34 | | - <instruction type="option" /> |
35 | | - </instructions> |
36 | | - |
37 | | - <instructions type="update" fromversion="1.1.0"> |
38 | | - <!-- files --> |
39 | | - <instruction type="file" /> |
40 | | - </instructions> |
| 2 | +<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/5.4/package.xsd" name="dev.hanashi.wsc.steam-api"> |
| 3 | + <packageinformation> |
| 4 | + <!-- dev.hanashi.wsc.steam-api --> |
| 5 | + <packagename>Steam API</packagename> |
| 6 | + <packagename language="de">Steam-API</packagename> |
| 7 | + <packagedescription>Api package for Steam.</packagedescription> |
| 8 | + <packagedescription language="de">API-Paket für Steam.</packagedescription> |
| 9 | + <version>1.2.0</version> |
| 10 | + <date>2023-09-08</date> |
| 11 | + </packageinformation> |
| 12 | + <authorinformation> |
| 13 | + <author>Hanashi Development</author> |
| 14 | + <authorurl>https://hanashi.dev/</authorurl> |
| 15 | + </authorinformation> |
| 16 | + <requiredpackages> |
| 17 | + <requiredpackage minversion="5.5.14">com.woltlab.wcf</requiredpackage> |
| 18 | + </requiredpackages> |
| 19 | + <excludedpackages> |
| 20 | + <excludedpackage version="7.0.0 Alpha 1">com.woltlab.wcf</excludedpackage> |
| 21 | + </excludedpackages> |
| 22 | + <instructions type="install"> |
| 23 | + <instruction type="file"/> |
| 24 | + <instruction type="language"/> |
| 25 | + <instruction type="userGroupOption"/> |
| 26 | + <instruction type="option"/> |
| 27 | + </instructions> |
| 28 | + <instructions type="update" fromversion="1.1.1"> |
| 29 | + <instruction type="file"/> |
| 30 | + </instructions> |
41 | 31 | </package> |
0 commit comments