Skip to content

Commit d3e782a

Browse files
committed
📦 add logo.png as package icon and include in NuGet package
1 parent fe14563 commit d3e782a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

QsNet/QsNet.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
<PackageReleaseNotes>See CHANGELOG: https://github.com/techouse/qs-net/releases</PackageReleaseNotes>
3636
<Title>QsNet - Query-string encoding/decoding for .NET</Title>
37+
<PackageIcon>logo.png</PackageIcon>
3738
</PropertyGroup>
3839

3940
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
@@ -46,6 +47,7 @@
4647
<ItemGroup>
4748
<None Include="..\README.md" Pack="true" PackagePath="\"/>
4849
<None Include="..\LICENSE" Pack="true" PackagePath="\"/>
50+
<None Include="..\logo.png" Pack="true" PackagePath="\"/>
4951
<InternalsVisibleTo Include="QsNet.Tests"/>
5052
</ItemGroup>
5153

logo.png

81.3 KB
Loading

0 commit comments

Comments
 (0)