Skip to content

Commit

Permalink
chore: Set PackageLicenseExpression property to MIT (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-meyer authored Feb 11, 2025
1 parent 3e368e7 commit b93162c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Summary>Choose from existing pre-configured modules and start containers within a second, to support and run your tests. Or create your own container images with Dockerfiles and run your containers and tests immediately afterward.</Summary>
<PackageIcon>docs/logo.png</PackageIcon>
<PackageIconUrl>https://github.com/testcontainers/testcontainers-dotnet/raw/develop/docs/logo.png</PackageIconUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://dotnet.testcontainers.org/</PackageProjectUrl>
<PackageTags>automation;docker;dotnet;testcontainers;testcontainers-dotnet;testing</PackageTags>
Expand Down

0 comments on commit b93162c

Please sign in to comment.