Skip to content

Commit b392ea4

Browse files
committed
Embed icon in package itself
1 parent e1a8a05 commit b392ea4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

img/NetMQLogoSquare-256px.png

8.88 KB
Loading

src/NetMQ/NetMQ.csproj

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<SignAssembly>true</SignAssembly>
1111
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1212
<PackageTags>ZeroMQ;0MQ;CLRZMQ;NetMQ;Messaging;ZMQ;transport;distributed</PackageTags>
13-
<PackageIconUrl>https://raw.githubusercontent.com/zeromq/netmq/master/img/NetMQ.ico</PackageIconUrl>
13+
<PackageIcon>NetMQLogoSquare-256px.png</PackageIcon>
1414
<PackageProjectUrl>https://github.com/zeromq/netmq</PackageProjectUrl>
1515
<PackageLicenseUrl>https://github.com/zeromq/netmq/blob/master/COPYING.LESSER</PackageLicenseUrl>
1616
<RepositoryType>git</RepositoryType>
@@ -24,6 +24,11 @@
2424
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2525
</PropertyGroup>
2626

27+
<ItemGroup>
28+
<!-- Include the logo in the nupkg file -->
29+
<None Include="$(MSBuildThisFileDirectory)\..\..\img\NetMQLogoSquare-256px.png" Pack="true" PackagePath="\" />
30+
</ItemGroup>
31+
2732
<ItemGroup>
2833
<PackageReference Include="AsyncIO" Version="0.1.69" />
2934
<PackageReference Include="JetBrains.Annotations" Version="10.4.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)