Skip to content

Commit

Permalink
chore: #8 Fix PackageIconUrl and add license information
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Nov 20, 2024
1 parent 0436e70 commit 6e75713
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@

<Description>Microcks.Testcontainers for .NET</Description>
<Authors>Sébastien DEGODEZ</Authors>
<PackageIconUrl>https://microcks.io/images/logo/microcks-logo-blue-stack_hub6b138b944a2655a28b25da35122648c_37956_417x415_resize_q90_h2_lanczos_3.webp</PackageIconUrl>
<PackageIconUrl>https://microcks.io/images/logo/microcks-logo-blue-stack_hub6b138b944a2655a28b25da35122648c_37956_417x415_resize_lanczos_3.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseUrl>https://github.com/microcks/microcks-testcontainers-dotnet/blob/main/LICENSE</PackageLicenseUrl>
<PackageTags>docker;dotnet;testcontainers;testing;microcks</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/microcks/microcks-testcontainers-dotnet</RepositoryUrl>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 6e75713

Please sign in to comment.