File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 10
10
<SignAssembly >true</SignAssembly >
11
11
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
12
12
<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 >
14
14
<PackageProjectUrl >https://github.com/zeromq/netmq</PackageProjectUrl >
15
15
<PackageLicenseUrl >https://github.com/zeromq/netmq/blob/master/COPYING.LESSER</PackageLicenseUrl >
16
16
<RepositoryType >git</RepositoryType >
24
24
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
25
25
</PropertyGroup >
26
26
27
+ <ItemGroup >
28
+ <!-- Include the logo in the nupkg file -->
29
+ <None Include =" $(MSBuildThisFileDirectory)\..\..\img\NetMQLogoSquare-256px.png" Pack =" true" PackagePath =" \" />
30
+ </ItemGroup >
31
+
27
32
<ItemGroup >
28
33
<PackageReference Include =" AsyncIO" Version =" 0.1.69" />
29
34
<PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments