From f312df2716ee45160646e388e124764d28ed7aa4 Mon Sep 17 00:00:00 2001 From: Dong Liu Date: Thu, 3 Sep 2015 13:25:32 +0800 Subject: [PATCH] Update nuspec files. --- BuildNuGets.cmd | 30 ------------------- .../Microsoft.Restier.Conventions.nuspec | 4 ++- .../Microsoft.Restier.Core.nuspec | 4 ++- .../Microsoft.Restier.EntityFramework.nuspec | 4 ++- .../Microsoft.Restier.Security.nuspec | 4 ++- .../Microsoft.Restier.WebApi.nuspec | 4 ++- .../Microsoft.Restier.nuspec | 15 +++++----- 7 files changed, 23 insertions(+), 42 deletions(-) delete mode 100644 BuildNuGets.cmd diff --git a/BuildNuGets.cmd b/BuildNuGets.cmd deleted file mode 100644 index 38fcccee..00000000 --- a/BuildNuGets.cmd +++ /dev/null @@ -1,30 +0,0 @@ -@ECHO OFF -pushd %~dp0 -setlocal - -if exist .nuget\nuget.exe goto Prepare -echo Downloading Nuget.exe -call build.cmd DownloadNuGet >NUL - -:Prepare -if exist bin\nuget goto Configure -md bin\nuget - -:Configure -set config=%1 -if not defined config set config=Debug - -if exist bin\nuget\%config% goto Build -md bin\nuget\%config% - -:Build -set params=-Prop Configuration=%config% -OutputDirectory bin\nuget\%config% - -.nuget\NuGet pack src\Microsoft.Restier.Core\Microsoft.Restier.Core.csproj %params% -.nuget\NuGet pack src\Microsoft.Restier.Conventions\Microsoft.Restier.Conventions.csproj %params% -.nuget\NuGet pack src\Microsoft.Restier.EntityFramework\Microsoft.Restier.EntityFramework.csproj %params% -.nuget\NuGet pack src\Microsoft.Restier.WebApi\Microsoft.Restier.WebApi.csproj %params% -.nuget\NuGet pack src\Microsoft.Restier\Microsoft.Restier.nuspec %params% - -popd -endlocal diff --git a/src/Microsoft.Restier.Conventions/Microsoft.Restier.Conventions.nuspec b/src/Microsoft.Restier.Conventions/Microsoft.Restier.Conventions.nuspec index 37d93e6c..8cbb4f09 100644 --- a/src/Microsoft.Restier.Conventions/Microsoft.Restier.Conventions.nuspec +++ b/src/Microsoft.Restier.Conventions/Microsoft.Restier.Conventions.nuspec @@ -7,7 +7,9 @@ $author$ $author$ $description$ - Copyright © Microsoft Corporation 2014 + http://opensource.org/licenses/MIT + true + diff --git a/src/Microsoft.Restier.Core/Microsoft.Restier.Core.nuspec b/src/Microsoft.Restier.Core/Microsoft.Restier.Core.nuspec index a88d1bc5..c3eaaf83 100644 --- a/src/Microsoft.Restier.Core/Microsoft.Restier.Core.nuspec +++ b/src/Microsoft.Restier.Core/Microsoft.Restier.Core.nuspec @@ -7,6 +7,8 @@ $author$ $author$ $description$ - Copyright © Microsoft Corporation 2014 + http://opensource.org/licenses/MIT + true + diff --git a/src/Microsoft.Restier.EntityFramework/Microsoft.Restier.EntityFramework.nuspec b/src/Microsoft.Restier.EntityFramework/Microsoft.Restier.EntityFramework.nuspec index 37d93e6c..8cbb4f09 100644 --- a/src/Microsoft.Restier.EntityFramework/Microsoft.Restier.EntityFramework.nuspec +++ b/src/Microsoft.Restier.EntityFramework/Microsoft.Restier.EntityFramework.nuspec @@ -7,7 +7,9 @@ $author$ $author$ $description$ - Copyright © Microsoft Corporation 2014 + http://opensource.org/licenses/MIT + true + diff --git a/src/Microsoft.Restier.Security/Microsoft.Restier.Security.nuspec b/src/Microsoft.Restier.Security/Microsoft.Restier.Security.nuspec index 37d93e6c..8cbb4f09 100644 --- a/src/Microsoft.Restier.Security/Microsoft.Restier.Security.nuspec +++ b/src/Microsoft.Restier.Security/Microsoft.Restier.Security.nuspec @@ -7,7 +7,9 @@ $author$ $author$ $description$ - Copyright © Microsoft Corporation 2014 + http://opensource.org/licenses/MIT + true + diff --git a/src/Microsoft.Restier.WebApi/Microsoft.Restier.WebApi.nuspec b/src/Microsoft.Restier.WebApi/Microsoft.Restier.WebApi.nuspec index 37d93e6c..8cbb4f09 100644 --- a/src/Microsoft.Restier.WebApi/Microsoft.Restier.WebApi.nuspec +++ b/src/Microsoft.Restier.WebApi/Microsoft.Restier.WebApi.nuspec @@ -7,7 +7,9 @@ $author$ $author$ $description$ - Copyright © Microsoft Corporation 2014 + http://opensource.org/licenses/MIT + true + diff --git a/src/Microsoft.Restier/Microsoft.Restier.nuspec b/src/Microsoft.Restier/Microsoft.Restier.nuspec index 194323df..e51d174c 100644 --- a/src/Microsoft.Restier/Microsoft.Restier.nuspec +++ b/src/Microsoft.Restier/Microsoft.Restier.nuspec @@ -2,18 +2,19 @@ Microsoft.Restier - 0.3.0-beta + 0.3.0-beta2 RESTier Microsoft Microsoft Includes RESTier related packages. RESTier is a RESTful API development framework for building standardized, OData V4 based RESTful services on .NET. - Copyright © Microsoft Corporation 2014 - + http://opensource.org/licenses/MIT + true + - - - - + + + + \ No newline at end of file