Skip to content

Commit

Permalink
add tags to nuget spec, fix version to be semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhauser committed Jan 10, 2013
1 parent f5c7998 commit aa21360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Semver/Semver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>semver</id>
<version>$version$</version>
<version>1.0.1</version>
<title>semver</title>
<authors>Max Hauser</authors>
<owners>Max Hause</owners>
<owners>Max Hauser</owners>
<licenseUrl>http://max.mit-license.org/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A semver implementation in .Net based on the v2.0.0-rc.1 of the spec found at http://semver.org/.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>semver</tags>
<tags>semver semantic version</tags>
</metadata>
</package>

0 comments on commit aa21360

Please sign in to comment.