Skip to content

Commit

Permalink
updated nuspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhauser committed Nov 15, 2013
1 parent e23bcc5 commit a606a47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Semver/Semver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
<package >
<metadata>
<id>semver</id>
<version>1.0.5</version>
<version>1.1.0</version>
<title>Semantic versioning</title>
<authors>Max Hauser</authors>
<owners>Max Hauser</owners>
<projectUrl>https://github.com/maxhauser/semver/</projectUrl>
<licenseUrl>http://max.mit-license.org/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A semver implementation in .Net based on the v2.0.0 of the spec found at http://semver.org/.</description>
<releaseNotes>Add precedence comparison methods in conformance of changed precedence rules in v2.0.0 (ignore build information on precedence comparison).</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>semver semantic version</tags>
</metadata>
Expand Down

0 comments on commit a606a47

Please sign in to comment.