-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.xml
35 lines (35 loc) · 1.13 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>Our.Umbraco.BlockTypeGridViewPreview</name>
<version>0.0.1-alpha</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>7</minor>
<patch>0</patch>
</requirements>
</package>
<author>
<name>Søren Kottal</name>
<website>https://skttl.dk</website>
</author>
<readme><![CDATA[A Razor view engine for block lists]]></readme>
</info>
<files>
<folder path="src/Our.Umbraco.BlockTypeGridViewPreview/App_Plugins/Our.Umbraco.BlockTypeGridViewPreview" orgPath="App_Plugins/Our.Umbraco.BlockTypeGridViewPreview" />
<file path="src/Our.Umbraco.BlockTypeGridViewPreview/bin/release/Our.Umbraco.BlockTypeGridViewPreview.dll" orgPath="bin/Our.Umbraco.BlockTypeGridViewPreview.dll" />
</files>
<Actions />
<control />
<DocumentTypes />
<Templates />
<Stylesheets />
<Macros />
<DictionaryItems />
<Languages />
<DataTypes />
</umbPackage>