Skip to content

Commit 9565401

Browse files
committed
[#131] #EXTEND 'assemblyName: DotNet.Testcontainers; function: NuGet package'
{Add icon to NuGet package.}
1 parent 8b71d9b commit 9565401

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Autodetect text files
22
* text=auto
3-
43
# Definitively text files
54
*.cs text
65
*.cake text
6+
7+
# Git lfs
8+
*.png filter=lfs diff=lfs merge=lfs -text

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ko-fi: hofmeister
1+
ko_fi: hofmeister

docs/DotNet.Testcontainers.png

11.7 KB
Loading

src/Shared.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>
1111
<PackageIconUrl></PackageIconUrl>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13-
<PackageProjectUrl></PackageProjectUrl>
13+
<PackageProjectUrl>https://raw.githubusercontent.com/HofmeisterAn/dotnet-testcontainers/develop/docs/DotNet.Testcontainers.png</PackageProjectUrl>
1414
<PackageTags>.NET;Docker;Container;Test</PackageTags>
1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/HofmeisterAn/dotnet-testcontainers</RepositoryUrl>

0 commit comments

Comments
 (0)