Skip to content

Commit

Permalink
fix nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhauser committed Jan 9, 2013
1 parent 06f216e commit f5c7998
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ bin/
obj/
TestResults/
*.csproj.user
*.suo
*.suo
*.nupkg
12 changes: 6 additions & 6 deletions Semver/Semver.nuspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<id>semver</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<title>semver</title>
<authors>Max Hauser</authors>
<owners>Max Hause</owners>
<licenseUrl>http://max.mit-license.org/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>A semver implementation in .Net based on the v2.0.0-rc.1 of the spec found at http://semver.org/.</releaseNotes>
<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>
<copyright>Copyright 2013</copyright>
<tags>semver</tags>
</metadata>
Expand Down

0 comments on commit f5c7998

Please sign in to comment.