-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRoleAssignment.dnn
More file actions
39 lines (36 loc) · 1.05 KB
/
RoleAssignment.dnn
File metadata and controls
39 lines (36 loc) · 1.05 KB
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
<dotnetnuke type="Package" version="6.0">
<packages>
<package name="RoleAssignment" type="Library" version="01.00.00">
<friendlyName>Role Assignment</friendlyName>
<description></description>
<iconFile></iconFile>
<owner>
<name>Vanjaro</name>
<organization>Vanjaro</organization>
<url>https://www.vanjaro.com</url>
<email>support@vanjaro.com</email>
</owner>
<releaseNotes src="release.txt" />
<azureCompatible>true</azureCompatible>
<components>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>JEOLUSA.UXManager.Extensions.Menu.RoleAssignment.dll</name>
<version>01.00.00</version>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules\Vanjaro\UXManager\Extensions\Menu\RoleAssignment</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>