-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstarter-web-api.dnn
38 lines (38 loc) · 1.24 KB
/
starter-web-api.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
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="starter-web-api" type="Library" version="00.00.01">
<friendlyName>starter-web-api</friendlyName>
<description>A starter Web API project by and for the DNN Comnmunity</description>
<iconFile />
<owner>
<name>DNN Community</name>
<organization>DNN Community</organization>
<url>https://dnncommunity.org</url>
<email></email>
</owner>
<license src="License.txt"></license>
<releaseNotes src="ReleaseNotes.txt"></releaseNotes>
<dependencies>
<dependency type="CoreVersion">09.05.00</dependency>
</dependencies>
<components>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/starter-web-api</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="Assembly">
<assemblies>
<basePath>bin</basePath>
<assembly>
<name>starter-web-api.dll</name>
</assembly>
</assemblies>
</component>
</components>
</package>
</packages>
</dotnetnuke>