Skip to content

Commit 6fb0c9a

Browse files
committed
Use 128px package icon
1 parent ee20396 commit 6fb0c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<Authors>Drew Noakes</Authors>
99
<Copyright>Copyright Drew Noakes 2002-2021</Copyright>
10-
<PackageIcon>metadata-extractor-logo-122.png</PackageIcon>
10+
<PackageIcon>metadata-extractor-logo-128.png</PackageIcon>
1111
<PackageProjectUrl>https://github.com/drewnoakes/metadata-extractor-dotnet</PackageProjectUrl>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1313
<RepositoryType>git</RepositoryType>
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<None Include="$(MSBuildThisFileDirectory)docs\metadata-extractor-logo-122.png" Pack="true" PackagePath="\" />
33+
<None Include="$(MSBuildThisFileDirectory)docs\$(PackageIcon)" Pack="true" PackagePath="\" />
3434
</ItemGroup>
3535

3636
</Project>

0 commit comments

Comments
 (0)