-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest_template.xml
34 lines (34 loc) · 1.05 KB
/
manifest_template.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
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="R7.${PlatformType}.${PackageType}.${PackageName}.${CultureCode}" type="${PackageType}LanguagePack" version="${PackageVersion}">
<friendlyName>${ExtensionName}${CultureNameNative}</friendlyName>
<description>${PackageDescription}</description>
<iconFile />
<owner>
<name>Roman M. Yagodin</name>
<organization>R7.Labs</organization>
<url>https://github.com/roman-yagodin/R7.Dnn.Localization</url>
<email>[email protected]</email>
</owner>
${License}
${ReleaseNotes}
<dependencies>
${Dependencies}
</dependencies>
<components>
<component type="${PackageType}Language">
<languageFiles>
<code>${CultureCode}</code>
${ExtensionPackage}
<displayName>${CultureNameNative}</displayName>
<fallback>en-US</fallback>
<languageFile>
<path>${FilePath}</path>
<name>${FileName}</name>
</languageFile>
</languageFiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>