forked from enkelmedia/TheDashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.xml
37 lines (34 loc) · 903 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<umbPackage>
<info>
<package>
<name>The Dashboard</name>
<version>1.2</version>
<license url="http://www.opensource.org/licenses/mit-license.php">MIT license</license>
<url>https://our.umbraco.org/projects/backoffice-extensions/the-dashboard/</url>
<requirements>
<major>7</major>
<minor>0</minor>
<patch>0</patch>
</requirements>
</package>
<author>
<name>Markus Johansson</name>
<website>http://twitter.com/markusjoha</website>
</author>
<readme><![CDATA[]]></readme>
</info>
<DocumentTypes />
<Templates />
<Stylesheets />
<Macros />
<DictionaryItems />
<Languages />
<DataTypes />
<Actions>
<Action runat="install" undo="true" alias="TheDashboard"></Action>
<Action runat="install" alias="RemoveOldInstallation"></Action>
</Actions>
<control />
<files />
</umbPackage>