Skip to content

Commit 4d61007

Browse files
authored
Set the NuGet package copyright text (#54)
* Set the NuGet package copyright text * Temporarily set authors/copyright to Microsoft for publishing
1 parent 1b1c7fa commit 4d61007

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Directory.Build.props

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<Nullable>enable</Nullable>
77
<IsPackable>false</IsPackable>
88
<PackageVersion>0.1.0-preview</PackageVersion>
9+
<Authors>Microsoft</Authors>
10+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
911
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</RepoRoot>
1012
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).$(TargetFramework).$(OS).trx</VSTestLogger>
1113
<VSTestResultsDirectory>$(RepoRoot)/artifacts/TestResults</VSTestResultsDirectory>
@@ -15,4 +17,4 @@
1517
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
1618
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1719
</PropertyGroup>
18-
</Project>
20+
</Project>

0 commit comments

Comments
 (0)