Skip to content

Commit 4ffd866

Browse files
committed
remove unused var, update nuget spec to 1.1.1
1 parent a606a47 commit 4ffd866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Semver/SemVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static bool TryParse(string version, out SemVersion semver, bool strict =
117117
semver = Parse(version, strict);
118118
return true;
119119
}
120-
catch(Exception ex)
120+
catch(Exception)
121121
{
122122
semver = null;
123123
return false;

Semver/Semver.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>semver</id>
5-
<version>1.1.0</version>
5+
<version>1.1.1</version>
66
<title>Semantic versioning</title>
77
<authors>Max Hauser</authors>
88
<owners>Max Hauser</owners>

0 commit comments

Comments
 (0)