-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.nuspec
More file actions
26 lines (26 loc) · 1.18 KB
/
Copy pathPackage.nuspec
File metadata and controls
26 lines (26 loc) · 1.18 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
<?xml version="1.0"?>
<package >
<metadata>
<id>N2CMS.BasicStarter</id>
<version>0.4.1</version>
<authors>Sam Williamson</authors>
<owners>Sam Williamson</owners>
<licenseUrl>https://github.com/sgwill/n2cms.basicstarter/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/sgwill/n2cms.basicstarter</projectUrl>
<iconUrl>http://n2cms.com/Upload/logo-5.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package installs N2 CMS and creates a basic N2CMS site with support for multiple languages.</description>
<releaseNotes>Fixed sample data</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>N2 CMS</tags>
<dependencies>
<dependency id="N2CMS" version="2.5.10" />
<dependency id="N2CMS.Config" version="2.5.2" />
<dependency id="N2CMS.Library" version="2.5.10" />
<dependency id="N2CMS.Management" version="2.5.10" />
<dependency id="N2CMS.Razor" version="2.5.10" />
<dependency id="N2CMS.ReusableParts" version="2.5.10" />
<dependency id="N2CMS.Search.Lucene" version="2.5.10" />
</dependencies>
</metadata>
</package>