Skip to content

Commit

Permalink
Use 128px package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Aug 3, 2021
1 parent ee20396 commit 6fb0c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<Authors>Drew Noakes</Authors>
<Copyright>Copyright Drew Noakes 2002-2021</Copyright>
<PackageIcon>metadata-extractor-logo-122.png</PackageIcon>
<PackageIcon>metadata-extractor-logo-128.png</PackageIcon>
<PackageProjectUrl>https://github.com/drewnoakes/metadata-extractor-dotnet</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
Expand All @@ -30,7 +30,7 @@
</ItemGroup>

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

</Project>

0 comments on commit 6fb0c9a

Please sign in to comment.