From f5c7998d6ea43ef3bdeae6a82be2096a9cbf8ccf Mon Sep 17 00:00:00 2001 From: Max Hauser Date: Wed, 9 Jan 2013 17:09:23 +0100 Subject: [PATCH] fix nuspec --- .gitignore | 3 ++- Semver/Semver.nuspec | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 8953656..20b05c9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ bin/ obj/ TestResults/ *.csproj.user -*.suo \ No newline at end of file +*.suo +*.nupkg \ No newline at end of file diff --git a/Semver/Semver.nuspec b/Semver/Semver.nuspec index 2e878da..5c657d4 100644 --- a/Semver/Semver.nuspec +++ b/Semver/Semver.nuspec @@ -1,15 +1,15 @@ - $id$ + semver $version$ - $title$ - $author$ - $author$ + semver + Max Hauser + Max Hause http://max.mit-license.org/ false - $description$ - A semver implementation in .Net based on the v2.0.0-rc.1 of the spec found at http://semver.org/. + A semver implementation in .Net based on the v2.0.0-rc.1 of the spec found at http://semver.org/. + Copyright 2013 semver