Skip to content

Commit 9edf9b8

Browse files
committed
Update the excludedpackage version in getting-started.md
1 parent 4c39372 commit 9edf9b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Create a new file called `package.xml` and insert the code below:
3232
<packagename>Simple Package</packagename>
3333
<packagedescription>A simple package to demonstrate the package system of WoltLab Suite Core</packagedescription>
3434
<version>1.0.0</version>
35-
<date>2019-04-28</date>
35+
<date>2023-09-15</date>
3636
</packageinformation>
3737
<authorinformation>
3838
<author>Your Name</author>
3939
<authorurl>http://www.example.com</authorurl>
4040
</authorinformation>
4141
<excludedpackages>
42-
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
42+
<excludedpackage version="7.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
4343
</excludedpackages>
4444
<instructions type="install">
4545
<instruction type="file" />

0 commit comments

Comments
 (0)