Skip to content

Commit

Permalink
Update the excludedpackage version in getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Sep 15, 2023
1 parent 4c39372 commit 9edf9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Create a new file called `package.xml` and insert the code below:
<packagename>Simple Package</packagename>
<packagedescription>A simple package to demonstrate the package system of WoltLab Suite Core</packagedescription>
<version>1.0.0</version>
<date>2019-04-28</date>
<date>2023-09-15</date>
</packageinformation>
<authorinformation>
<author>Your Name</author>
<authorurl>http://www.example.com</authorurl>
</authorinformation>
<excludedpackages>
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="7.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" />
Expand Down

0 comments on commit 9edf9b8

Please sign in to comment.