From 8469c14f90328401d090b935e0f2589e9853c1cc Mon Sep 17 00:00:00 2001 From: Richard Dingwall Date: Tue, 2 Oct 2012 21:06:15 +0100 Subject: [PATCH] Fixed up nuspec file dependencies for issue #2. --- build/Elmah.Contrib.WebApi.nuspec | 3 ++- build/Elmah.Contrib.WebApi.targets | 18 ++++++++++++++---- .../Properties/AssemblyInfo.cs | 4 ++-- src/Elmah.Contrib.WebApi/packages.config | 1 - 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/build/Elmah.Contrib.WebApi.nuspec b/build/Elmah.Contrib.WebApi.nuspec index dba843a..d876644 100644 --- a/build/Elmah.Contrib.WebApi.nuspec +++ b/build/Elmah.Contrib.WebApi.nuspec @@ -13,7 +13,8 @@ WebAPI ELMAH - + + \ No newline at end of file diff --git a/build/Elmah.Contrib.WebApi.targets b/build/Elmah.Contrib.WebApi.targets index 6767edf..b9efb67 100644 --- a/build/Elmah.Contrib.WebApi.targets +++ b/build/Elmah.Contrib.WebApi.targets @@ -33,14 +33,20 @@ XmlFileName="..\src\Elmah.Contrib.WebApi\packages.config"> + + + + - - - + + + @@ -54,7 +60,11 @@ Value="$(ElmahDependencyVersion)" /> + + - \ No newline at end of file