-
Notifications
You must be signed in to change notification settings - Fork 4
/
ckeditor-basic.nuspec
20 lines (20 loc) · 1.04 KB
/
ckeditor-basic.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ckeditor-basic</id>
<version>1.0.0</version>
<authors>Mark deVilliers</authors>
<owners>Mark deVilliers ckeditor</owners>
<licenseUrl>https://github.com/ckeditor/ckeditor-releases/blob/stable/standard/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/ckeditor/ckeditor-releases</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Automated Nuget package of the basic build, version : $version$ of ckeditor.</description>
<releaseNotes>Automated Nuget package of the basic build, version : $version$ of ckeditor..</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>ckeditor</tags>
<dependencies />
</metadata>
<files>
<file src="ckeditor-releases\**\*.*" target="content\Scripts\ckeditor" exclude="ckeditor-releases\samples\**\*.*;ckeditor-releases\bower.json;ckeditor-releases\build-config.js;ckeditor-releases\composer.json" />
</files>
</package>