Skip to content

Commit 0f04e15

Browse files
authored
Correct package metadata to enable publishing (#136)
correct authors and copyright expressions
1 parent 3480096 commit 0f04e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.NET.Build.Containers/Microsoft.NET.Build.Containers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
<!-- MSBuild tasks shouldn't be referenced. This is by design. -->
2121
<NoWarn>NU5100;NU5128</NoWarn>
22-
<Authors>Rainer Sigwald, Ben Villalobos, Chet Husk</Authors>
22+
<Authors>Microsoft</Authors>
2323
<Company>Microsoft</Company>
2424
<Description>Tasks and targets to natively publish .NET applications as containers.</Description>
25-
<Copyright></Copyright>
25+
<Copyright>&#169; Microsoft Corporation. All rights reserved.</Copyright>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2727
<PackageProjectUrl>https://github.com/dotnet/sdk-container-builds</PackageProjectUrl>
2828
<RepositoryUrl>https://github.com/dotnet/sdk-container-builds</RepositoryUrl>

0 commit comments

Comments
 (0)