Skip to content

Commit a606a47

Browse files
committed
updated nuspecs
1 parent e23bcc5 commit a606a47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Semver/Semver.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
<package >
33
<metadata>
44
<id>semver</id>
5-
<version>1.0.5</version>
5+
<version>1.1.0</version>
66
<title>Semantic versioning</title>
77
<authors>Max Hauser</authors>
88
<owners>Max Hauser</owners>
99
<projectUrl>https://github.com/maxhauser/semver/</projectUrl>
1010
<licenseUrl>http://max.mit-license.org/</licenseUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>A semver implementation in .Net based on the v2.0.0 of the spec found at http://semver.org/.</description>
13-
<releaseNotes>Add precedence comparison methods in conformance of changed precedence rules in v2.0.0 (ignore build information on precedence comparison).</releaseNotes>
1413
<copyright>Copyright 2013</copyright>
1514
<tags>semver semantic version</tags>
1615
</metadata>

0 commit comments

Comments
 (0)