-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
36 lines (31 loc) · 815 Bytes
/
package.xml
File metadata and controls
36 lines (31 loc) · 815 Bytes
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<umbPackage>
<info>
<package>
<name>mindrevolution FormsExt for Umbraco Forms</name>
<version>0.1.0</version>
<license url="http://opensource.org/licenses/MIT">MIT license</license>
<url>https://github.com/mindrevolution/FormsExt</url>
<requirements type="strict">
<major>7</major>
<minor>2</minor>
<patch>0</patch>
</requirements>
</package>
<author>
<name>mindrevolution GmbH</name>
<website>https://mindrevolution.com</website>
</author>
<readme><![CDATA[FormsExt extends Umbraco Forms with Fieldtypes and Workflows.]]></readme>
</info>
<DocumentTypes />
<Templates />
<Stylesheets />
<Macros />
<DictionaryItems />
<Languages />
<DataTypes />
<Actions />
<control />
<files />
</umbPackage>