Skip to content

Commit

Permalink
Update nuget package icon to it looks crisp online
Browse files Browse the repository at this point in the history
The exact size must be 67.5 in order to avoid any
image stretching/compressing.
  • Loading branch information
kzu committed May 9, 2021
1 parent e57efff commit cdb76df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed gcm.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gcm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Commands:
<PackAsTool>true</PackAsTool>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>gcm.png</PackageIcon>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>git credentials dotnet</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -56,7 +56,7 @@ Commands:
</PropertyGroup>

<ItemGroup>
<Content Include="..\gcm.png" Link="gcm.png" PackagePath="gcm.png" />
<None Update="nuget.png" Pack="true" PackagePath="icon.png" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file added src/nuget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cdb76df

Please sign in to comment.