Skip to content

Commit 8400861

Browse files
committed
Temporarily set authors/copyright to Microsoft for publishing
1 parent ce93957 commit 8400861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<Nullable>enable</Nullable>
77
<IsPackable>false</IsPackable>
88
<PackageVersion>0.1.0-preview</PackageVersion>
9-
<Copyright>Copyright (c) Anthropic and Contributors</Copyright>
9+
<Authors>Microsoft</Authors>
10+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1011
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</RepoRoot>
1112
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).$(TargetFramework).$(OS).trx</VSTestLogger>
1213
<VSTestResultsDirectory>$(RepoRoot)/artifacts/TestResults</VSTestResultsDirectory>

0 commit comments

Comments
 (0)