-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (35 loc) · 1006 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
<?xml version="1.0" encoding="utf-8"?>
<umbPackage>
<info>
<package>
<name>PackageWorkshop</name>
<version>1.0.0</version>
<iconUrl></iconUrl>
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
<url>https://our.umbraco.com</url>
<requirements type="strict">
<major>8</major>
<minor>0</minor>
<patch>0</patch>
</requirements>
</package>
<author>
<name>UmbracoPackageTeam</name>
<website>https://our.umbraco.com</website>
</author>
<readme><![CDATA[Another awesome package]]></readme>
</info>
<files>
<folder path="src/PackageWorkshop/App_Plugins/PackageWorkshop" orgPath="App_Plugins/PackageWorkshop" />
<file path="src/PackageWorkshop/bin/output/PackageWorkshop.dll" orgPath="bin/PackageWorkshop.dll" />
</files>
<Actions />
<control />
<DocumentTypes />
<Templates />
<Stylesheets />
<Macros />
<DictionaryItems />
<Languages />
<DataTypes />
</umbPackage>