Skip to content

Commit 2e63232

Browse files
committed
build(package): Update NuGet icon to PNG
Replaces the SVG package icon with a PNG version for improved compatibility and consistent display across NuGet clients.
1 parent 68e45d9 commit 2e63232

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222

2323
<!-- NuGet package icon -->
24-
<PackageIcon>logo.svg</PackageIcon>
24+
<PackageIcon>logo.png</PackageIcon>
2525

2626
<!-- Deterministic builds for reproducibility -->
2727
<Deterministic>true</Deterministic>
@@ -38,7 +38,7 @@
3838
<!-- Include README and icon in every package -->
3939
<ItemGroup>
4040
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\"/>
41-
<None Include="$(MSBuildThisFileDirectory)images/logo.svg" Pack="true" PackagePath="\"/>
41+
<None Include="$(MSBuildThisFileDirectory)images/logo.png" Pack="true" PackagePath="\"/>
4242
</ItemGroup>
4343

4444
<!-- SourceLink for GitHub (requires Microsoft.SourceLink.GitHub package) -->

images/logo.png

12.7 KB
Loading

0 commit comments

Comments
 (0)