-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPackage.nuspec
More file actions
20 lines (20 loc) · 914 Bytes
/
Package.nuspec
File metadata and controls
20 lines (20 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DotnetZero.Components</id>
<version>1.0.0</version>
<authors>Eric Williams</authors>
<owners>Psake Zero</owners>
<licenseUrl>https://raw.githubusercontent.com/dotnetzero/script/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/dotnetzero/script</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/23819344</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Psake Zero content packages</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Powershell DotnetZero</tags>
</metadata>
<files>
<file src="components\**\" target="components" />
</files>
</package>