Skip to content

Commit

Permalink
fix readme, add github reference to nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhauser committed Jan 10, 2013
1 parent aa21360 commit 6dd9a69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ A semantic version library for .Net
This class library implements the SemVersion class, that
complies to v2.0.0-rc.1 of the spec from http://semver.org.

Parsing
--------
**Installation**

With the nuget console:

Package-Install semver

**Parsing**

var version = SemVersion.Parse("1.1.0-rc.1+nightly.2345");

Comparing
---------
**Comparing**

if(version >= "1.0")
Console.WriteLine("released version {0}!", version)
2 changes: 1 addition & 1 deletion Semver/Semver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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>
<releaseNotes>Github repository: https://github.com/maxhauser/semver.</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>semver semantic version</tags>
</metadata>
Expand Down

0 comments on commit 6dd9a69

Please sign in to comment.