Skip to content

Commit 571e2c9

Browse files
committed
[#131] #BUGFIX 'assemblyName: DotNet.Testcontainers'
{Fix NuGet package properties.}
1 parent 9565401 commit 571e2c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Shared.msbuild

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Company>Andre Hofmeister</Company>
99
<Description>A lightweight library to run tests with throwaway instances of Docker containers.</Description>
1010
<Summary>.NET Testcontainers makes it easy to run tests with Docker containers. Create reliable and fast environments within seconds and throw them away if not needed anymore.</Summary>
11-
<PackageIconUrl></PackageIconUrl>
12-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13-
<PackageProjectUrl>https://raw.githubusercontent.com/HofmeisterAn/dotnet-testcontainers/develop/docs/DotNet.Testcontainers.png</PackageProjectUrl>
11+
<PackageIconUrl>https://raw.githubusercontent.com/HofmeisterAn/dotnet-testcontainers/develop/docs/DotNet.Testcontainers.png</PackageIconUrl>
12+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
13+
<PackageProjectUrl>https://github.com/HofmeisterAn/dotnet-testcontainers</PackageProjectUrl>
1414
<PackageTags>.NET;Docker;Container;Test</PackageTags>
1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/HofmeisterAn/dotnet-testcontainers</RepositoryUrl>
@@ -32,6 +32,6 @@
3232
<!-- Global solution information -->
3333
<ItemGroup>
3434
<Compile Include="$(MSBuildThisFileDirectory)SolutionInfo.cs" />
35-
<None Include="../../LICENSE" Pack="true" PackagePath="$(PackageLicenseFile) "/>
35+
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
3636
</ItemGroup>
3737
</Project>

0 commit comments

Comments
 (0)