Skip to content

Commit 7a2198e

Browse files
committed
Fix package metadata to meet Microsoft requirements (#75)
1 parent 3b9e7de commit 7a2198e

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ param (
99
[string]$SemanticVersion = '1.0.0-zlocal',
1010
[string]$Branch,
1111
[string]$CommitSHA,
12-
[string]$BuildBranch = '1c8734ee61e209f159972ab974784ba55ee2bd6d'
12+
[string]$BuildBranch = 'ed30a6392ef7c342ca46b20f7b9c964ab9ad5881'
1313
)
1414

1515
$msBuildVersion = 15;

src/NuGet.Server.Core/NuGet.Server.Core.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<id>$id$</id>
55
<version>$version$</version>
66
<description>$description$</description>
7-
<authors>.NET Foundation</authors>
8-
<owners>$author$</owners>
9-
<licenseUrl>https://raw.githubusercontent.com/NuGet/NuGet.Server/dev/LICENSE.txt</licenseUrl>
7+
<authors>Microsoft</authors>
8+
<owners>Microsoft</owners>
9+
<license type="expression">Apache-2.0</license>
1010
<projectUrl>https://github.com/NuGet/NuGet.Server</projectUrl>
11-
<copyright>$copyright$</copyright>
11+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1212
<repository type="git" url="https://github.com/NuGet/NuGet.Server" />
1313
<frameworkAssemblies>
1414
<frameworkAssembly assemblyName="System.Data.Services" targetFramework="net46" />

src/NuGet.Server.V2/NuGet.Server.V2.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<id>$id$</id>
55
<version>$version$</version>
66
<description>$description$</description>
7-
<authors>.NET Foundation</authors>
8-
<owners>$author$</owners>
9-
<licenseUrl>https://raw.githubusercontent.com/NuGet/NuGet.Server/dev/LICENSE.txt</licenseUrl>
7+
<authors>Microsoft</authors>
8+
<owners>Microsoft</owners>
9+
<license type="expression">Apache-2.0</license>
1010
<projectUrl>https://github.com/NuGet/NuGet.Server</projectUrl>
11-
<copyright>$copyright$</copyright>
11+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1212
<repository type="git" url="https://github.com/NuGet/NuGet.Server" />
1313
<frameworkAssemblies>
1414
<frameworkAssembly assemblyName="System.Data.Services" targetFramework="net46" />

src/NuGet.Server/NuGet.Server.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<id>NuGet.Server</id>
55
<version>$version$</version>
66
<description>Web Application used to host a simple NuGet feed</description>
7-
<authors>.NET Foundation</authors>
8-
<owners>.NET Foundation</owners>
9-
<licenseUrl>https://raw.githubusercontent.com/NuGet/NuGet.Server/dev/LICENSE.txt</licenseUrl>
7+
<authors>Microsoft</authors>
8+
<owners>Microsoft</owners>
9+
<license type="expression">Apache-2.0</license>
1010
<projectUrl>https://github.com/NuGet/NuGet.Server</projectUrl>
11-
<copyright.NET Foundation. All rights reserved.</copyright>
11+
<copyrightMicrosoft Corporation. All rights reserved.</copyright>
1212
<repository type="git" url="https://github.com/NuGet/NuGet.Server" />
1313
<frameworkAssemblies>
1414
<frameworkAssembly assemblyName="System.ServiceModel" targetFramework="net46" />

0 commit comments

Comments
 (0)