-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDnn.KeyMaster.dnn
69 lines (69 loc) · 2.5 KB
/
Dnn.KeyMaster.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="Dnn.KeyMaster" type="PersonaBar" version="1.0.0">
<friendlyName>Dnn.KeyMaster</friendlyName>
<description>A Dnn configuration extension to secure your website with Azure Key Vault by removing database connection strings from the web.config and into an Azure Key Vault</description>
<iconFile>~/DesktopModules/admin/Dnn.PersonaBar/Modules/KeyMaster/icon.png</iconFile>
<owner>
<name>Andrew Hoefling</name>
<organization>Hoefling Software, LLC</organization>
<url>https://www.hoeflingsoftware.com/Dnn-Key-Master</url>
<email>andrew@hoeflingsoftware.com</email>
</owner>
<license src="License.txt">
</license>
<releaseNotes src="ReleaseNotes.txt">
</releaseNotes>
<azureCompatible>true</azureCompatible>
<components>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/admin/Dnn.PersonaBar/Modules/KeyMaster</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<name>Dnn.KeyMaster.API.dll</name>
<path>bin</path>
</assembly>
<assembly>
<name>Dnn.KeyMaster.Configuration.dll</name>
<path>bin</path>
</assembly>
<assembly>
<name>Dnn.KeyMaster.Configuration.AzureKeyVault.dll</name>
<path>bin</path>
</assembly>
<assembly>
<name>Dnn.KeyMaster.Exceptions.dll</name>
<path>bin</path>
</assembly>
<assembly>
<name>Dnn.KeyMaster.PersonaBar.dll</name>
<path>bin</path>
</assembly>
<assembly>
<name>Dnn.KeyMaster.Providers.dll</name>
<path>bin</path>
</assembly>
</assemblies>
</component>
<component type="PersonaBarMenu">
<menu>
<identifier>KeyMaster</identifier>
<moduleName>KeyMaster</moduleName>
<resourceKey>nav_KeyMaster</resourceKey>
<path>KeyMaster</path>
<mobileSupport>true</mobileSupport>
<parent>Settings</parent>
<order>2</order>
</menu>
</component>
</components>
</package>
</packages>
</dotnetnuke>