Skip to content

Commit ce93957

Browse files
committed
Set the NuGet package copyright text
1 parent e1a5828 commit ce93957

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,6 +6,7 @@
66
<Nullable>enable</Nullable>
77
<IsPackable>false</IsPackable>
88
<PackageVersion>0.1.0-preview</PackageVersion>
9+
<Copyright>Copyright (c) Anthropic and Contributors</Copyright>
910
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</RepoRoot>
1011
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).$(TargetFramework).$(OS).trx</VSTestLogger>
1112
<VSTestResultsDirectory>$(RepoRoot)/artifacts/TestResults</VSTestResultsDirectory>
@@ -15,4 +16,4 @@
1516
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
1617
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1718
</PropertyGroup>
18-
</Project>
19+
</Project>

0 commit comments

Comments
 (0)