-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
85 lines (83 loc) · 2.37 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<umbPackage>
<files>
<file>
<guid>package.manifest</guid>
<orgPath>/App_Plugins/Pairs</orgPath>
<orgName>package.manifest</orgName>
</file>
<file>
<guid>CmsUser.png</guid>
<orgPath>/App_Plugins/Pairs/assets</orgPath>
<orgName>CmsUser.png</orgName>
</file>
<file>
<guid>cs_code.png</guid>
<orgPath>/App_Plugins/Pairs/assets</orgPath>
<orgName>cs_code.png</orgName>
</file>
<file>
<guid>logo.png</guid>
<orgPath>/App_Plugins/Pairs/assets</orgPath>
<orgName>logo.png</orgName>
</file>
<file>
<guid>propertyeditor.png</guid>
<orgPath>/App_Plugins/Pairs/assets</orgPath>
<orgName>propertyeditor.png</orgName>
</file>
<file>
<guid>pairs.css</guid>
<orgPath>/App_Plugins/Pairs/css</orgPath>
<orgName>pairs.css</orgName>
</file>
<file>
<guid>pairs.controller.js</guid>
<orgPath>/App_Plugins/Pairs/js</orgPath>
<orgName>pairs.controller.js</orgName>
</file>
<file>
<guid>pairs.prevalue.controller.js</guid>
<orgPath>/App_Plugins/Pairs/js</orgPath>
<orgName>pairs.prevalue.controller.js</orgName>
</file>
<file>
<guid>pairs.html</guid>
<orgPath>/App_Plugins/Pairs/views</orgPath>
<orgName>pairs.html</orgName>
</file>
<file>
<guid>pairs.prevalue.html</guid>
<orgPath>/App_Plugins/Pairs/views</orgPath>
<orgName>pairs.prevalue.html</orgName>
</file>
</files>
<info>
<package>
<name>Pairs</name>
<version>0.1.0</version>
<iconUrl />
<license url="http://opensource.org/licenses/MIT">MIT License</license>
<url>https://github.com/samsam321/umbraco-Pairs</url>
<requirements type="strict">
<major>7</major>
<minor>6</minor>
<patch>3</patch>
</requirements>
</package>
<author>
<name>SamAY</name>
<website>https://www.linkedin.com/in/threewood/</website>
</author>
<readme><![CDATA[
<p>Thank you for installing Threewood Umbraco Pairs - the tool that makes you can create simple key value pairs property editor.</p>
]]></readme>
</info>
<DocumentTypes />
<Templates />
<Stylesheets />
<Macros />
<DictionaryItems />
<Languages />
<DataTypes />
</umbPackage>