-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonBuildTasks.nuspec
More file actions
24 lines (21 loc) · 950 Bytes
/
CommonBuildTasks.nuspec
File metadata and controls
24 lines (21 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>CommonBuildTasks</id>
<version>0.0.0</version>
<title>CommonBuildTasks for Cake</title>
<authors>Paul Reichelt and contributors</authors>
<owners>Paul Reichelt</owners>
<description>A collection of common tasks for simple cake build scripts.</description>
<releaseNotes></releaseNotes>
<projectUrl>https://github.com/reicheltp/CommonBuildTasks</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/reicheltp/CommonBuildTasks/master/LICENSE</licenseUrl>
<copyright>Copyright (c) 2016 Paul Reichelt</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>cake build script task</tags>
<developmentDependency>false</developmentDependency>
</metadata>
<files>
<file src="src/shared.cake" target="content" />
</files>
</package>