-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPlease.nuspec
More file actions
17 lines (17 loc) · 830 Bytes
/
Please.nuspec
File metadata and controls
17 lines (17 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Please</id>
<version>0.7.1</version>
<title>Please</title>
<authors>Resource Data, Inc.</authors>
<owners>Resource Data, Inc</owners>
<licenseUrl>https://github.com/ResourceDataInc/please/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/ResourceDataInc/please</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Please is a set of commands useful for maintaining software projects.</description>
<summary>Please is a set of commands useful for maintaining software projects.</summary>
<releaseNotes>See the README for an overview of functionality.</releaseNotes>
<language>en-US</language>
</metadata>
</package>