-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.xml
35 lines (35 loc) · 1.14 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
<?xml version="1.0" encoding="utf-8"?>
<umbPackage>
<info>
<package>
<name>SimpleTreeMenu</name>
<version>0.0</version>
<iconUrl>https://bjornmamman.se/assets/Images/Favicons/apple-icon-180x180.png</iconUrl>
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
<url>https://github.com/Bjornmamman/Our.Umbraco.SimpleTreeMenu</url>
<requirements type="strict">
<major>8</major>
<major>7</major>
<major>1</major>
</requirements>
</package>
<author>
<name>Dennis Öhman, David Sandström</name>
<website>https://github.com/Bjornmamman/Our.Umbraco.SimpleTreeMenu</website>
</author>
<readme><![CDATA[Typed Treemenu for Umbraco]]></readme>
</info>
<files>
<folder path="src/Treemenu/App_Plugins/SimpleTreeMenu" orgPath="App_Plugins/SimpleTreeMenu" />
<file path="src/Treemenu/bin/Release/net472/Our.Umbraco.SimpleTreeMenu.dll" orgPath="bin/Our.Umbraco.SimpleTreeMenu.dll" />
</files>
<Actions />
<control />
<DocumentTypes />
<Templates />
<Stylesheets />
<Macros />
<DictionaryItems />
<Languages />
<DataTypes />
</umbPackage>