forked from nbrane/Dnn.Administration-Suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdministrationSuite.dnn
69 lines (69 loc) · 2.31 KB
/
AdministrationSuite.dnn
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
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="nBrane.AdministrationSuite" type="Provider" version="00.01.02">
<friendlyName>nBrane: Administration Suite</friendlyName>
<description>The AdministrationSuite for DotNetNuke by nBrane!</description>
<owner>
<name>nBrane, LLC</name>
<organization>nBrane, LLC</organization>
<url>http://www.nBrane.com/</url>
<email>[email protected]</email>
</owner>
<license src="license.txt" />
<releaseNotes src="releasenotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.04.00</dependency>
</dependencies>
<components>
<component type="Script">
<scripts>
<basePath>DesktopModules/nBrane/AdministrationSuite</basePath>
<script type="Install">
<path>Sql</path>
<name>00.00.01.sqldataprovider</name>
<version>00.00.01</version>
</script>
<script type="Install">
<path>Sql</path>
<name>00.00.05.sqldataprovider</name>
<version>00.00.05</version>
</script>
<script type="UnInstall">
<path>Sql</path>
<name>uninstall.sqldataprovider</name>
<version>00.01.02</version>
</script>
</scripts>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>nBrane.AdministrationSuite.dll</name>
<version>00.01.02</version>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/nBrane/AdministrationSuite</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="File">
<files>
<basePath>DesktopModules/nBrane/AdministrationSuite</basePath>
<file>
<name>license.txt</name>
</file>
<file>
<name>releasenotes.txt</name>
</file>
</files>
</component>
</components>
</package>
</packages>
</dotnetnuke>