We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe14563 commit d3e782aCopy full SHA for d3e782a
QsNet/QsNet.csproj
@@ -34,6 +34,7 @@
34
35
<PackageReleaseNotes>See CHANGELOG: https://github.com/techouse/qs-net/releases</PackageReleaseNotes>
36
<Title>QsNet - Query-string encoding/decoding for .NET</Title>
37
+ <PackageIcon>logo.png</PackageIcon>
38
</PropertyGroup>
39
40
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
@@ -46,6 +47,7 @@
46
47
<ItemGroup>
48
<None Include="..\README.md" Pack="true" PackagePath="\"/>
49
<None Include="..\LICENSE" Pack="true" PackagePath="\"/>
50
+ <None Include="..\logo.png" Pack="true" PackagePath="\"/>
51
<InternalsVisibleTo Include="QsNet.Tests"/>
52
</ItemGroup>
53
logo.png
81.3 KB
0 commit comments