Skip to content

Instantly share code, notes, and snippets.

@tmori3y2
Created May 3, 2016 08:39
Show Gist options
  • Save tmori3y2/2f036e0a32d424f3f792f64a2fe227f5 to your computer and use it in GitHub Desktop.
Save tmori3y2/2f036e0a32d424f3f792f64a2fe227f5 to your computer and use it in GitHub Desktop.
.nuspec template
<?xml version="1.0"?>
<package>
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
<projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>false</developmentDependency>
<description>$description$</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Tag1 Tag2</tags>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment