From 7a2198e98707b805032e45237749259c1f956f98 Mon Sep 17 00:00:00 2001 From: Joel Verhagen Date: Mon, 11 Mar 2019 10:21:50 -0700 Subject: [PATCH] Fix package metadata to meet Microsoft requirements (#75) --- build.ps1 | 2 +- src/NuGet.Server.Core/NuGet.Server.Core.nuspec | 8 ++++---- src/NuGet.Server.V2/NuGet.Server.V2.nuspec | 8 ++++---- src/NuGet.Server/NuGet.Server.nuspec | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/build.ps1 b/build.ps1 index bc70e6ea..32d1a880 100644 --- a/build.ps1 +++ b/build.ps1 @@ -9,7 +9,7 @@ param ( [string]$SemanticVersion = '1.0.0-zlocal', [string]$Branch, [string]$CommitSHA, - [string]$BuildBranch = '1c8734ee61e209f159972ab974784ba55ee2bd6d' + [string]$BuildBranch = 'ed30a6392ef7c342ca46b20f7b9c964ab9ad5881' ) $msBuildVersion = 15; diff --git a/src/NuGet.Server.Core/NuGet.Server.Core.nuspec b/src/NuGet.Server.Core/NuGet.Server.Core.nuspec index 47f2269c..4e4bf922 100644 --- a/src/NuGet.Server.Core/NuGet.Server.Core.nuspec +++ b/src/NuGet.Server.Core/NuGet.Server.Core.nuspec @@ -4,11 +4,11 @@ $id$ $version$ $description$ - .NET Foundation - $author$ - https://raw.githubusercontent.com/NuGet/NuGet.Server/dev/LICENSE.txt + Microsoft + Microsoft + Apache-2.0 https://github.com/NuGet/NuGet.Server - $copyright$ + © Microsoft Corporation. All rights reserved. diff --git a/src/NuGet.Server.V2/NuGet.Server.V2.nuspec b/src/NuGet.Server.V2/NuGet.Server.V2.nuspec index 5715f921..708e96c7 100644 --- a/src/NuGet.Server.V2/NuGet.Server.V2.nuspec +++ b/src/NuGet.Server.V2/NuGet.Server.V2.nuspec @@ -4,11 +4,11 @@ $id$ $version$ $description$ - .NET Foundation - $author$ - https://raw.githubusercontent.com/NuGet/NuGet.Server/dev/LICENSE.txt + Microsoft + Microsoft + Apache-2.0 https://github.com/NuGet/NuGet.Server - $copyright$ + © Microsoft Corporation. All rights reserved. diff --git a/src/NuGet.Server/NuGet.Server.nuspec b/src/NuGet.Server/NuGet.Server.nuspec index 541a2699..0f29aed6 100644 --- a/src/NuGet.Server/NuGet.Server.nuspec +++ b/src/NuGet.Server/NuGet.Server.nuspec @@ -4,11 +4,11 @@ NuGet.Server $version$ Web Application used to host a simple NuGet feed - .NET Foundation - .NET Foundation - https://raw.githubusercontent.com/NuGet/NuGet.Server/dev/LICENSE.txt + Microsoft + Microsoft + Apache-2.0 https://github.com/NuGet/NuGet.Server - © .NET Foundation. All rights reserved. + © Microsoft Corporation. All rights reserved.