Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit c06cee1

Browse files
Fixed Nuget properties
1 parent c502a1e commit c06cee1

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/RabbitMQ.Client.Core.DependencyInjection/RabbitMQ.Client.Core.DependencyInjection.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,13 @@
99
<Company />
1010
<Description>.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.</Description>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
12-
<PackageIconUrl>https://i.imgur.com/S4wyRA4.png</PackageIconUrl>
12+
<PackageIcon>icon.png</PackageIcon>
13+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1314
</PropertyGroup>
1415

1516
<ItemGroup>
16-
<None Include="../../LICENSE.txt">
17-
<Pack>True</Pack>
18-
</None>
19-
</ItemGroup>
20-
21-
<ItemGroup>
22-
<None Include="../../icon.png">
23-
<Pack>True</Pack>
24-
</None>
17+
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
18+
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
2519
</ItemGroup>
2620

2721
<ItemGroup>

0 commit comments

Comments
 (0)