Skip to content

Commit

Permalink
[Nuspec] Enhance nuspec
Browse files Browse the repository at this point in the history
* provide changelog url
* extend title

Fixes nodists#161
  • Loading branch information
marcelklehr committed Dec 16, 2016
1 parent 8588b8b commit c6b1c81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/nodist.template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>nodist</id>
<title>nodist</title>
<title>nodist - Natural Node.js version management for Windows</title>
<version>__VERSION__</version>
<authors>Marcel Klehr</authors>
<owners>Marcel Klehr</owners>
Expand All @@ -14,11 +14,12 @@
<bugTrackerUrl>https://github.com/marcelklehr/nodist/issues</bugTrackerUrl>
<tags>node nodejs javascript admin nvm version management</tags>
<copyright>2013-2016</copyright>
<licenseUrl>https://github.com/marcelklehr/nodist</licenseUrl>
<licenseUrl>https://github.com/marcelklehr/nodist/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/marcelklehr/nodist#changelog</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
<!--<file src="content\**" target="content" />-->
</files>
</package>
</package>

0 comments on commit c6b1c81

Please sign in to comment.