Skip to content

Commit

Permalink
remove unused var, update nuget spec to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhauser committed Nov 24, 2013
1 parent a606a47 commit 4ffd866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Semver/SemVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static bool TryParse(string version, out SemVersion semver, bool strict =
semver = Parse(version, strict);
return true;
}
catch(Exception ex)
catch(Exception)
{
semver = null;
return false;
Expand Down
2 changes: 1 addition & 1 deletion Semver/Semver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>semver</id>
<version>1.1.0</version>
<version>1.1.1</version>
<title>Semantic versioning</title>
<authors>Max Hauser</authors>
<owners>Max Hauser</owners>
Expand Down

0 comments on commit 4ffd866

Please sign in to comment.