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

Commit 5d05d97

Browse files
Updated package icon settings
1 parent 4e72d84 commit 5d05d97

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

RabbitMQ.Client.Core.DependencyInjection.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98236217-C249-4D30-8646-B1FCF4070910}"
99
ProjectSection(SolutionItems) = preProject
1010
.gitignore = .gitignore
11+
icon.png = icon.png
1112
LICENSE.txt = LICENSE.txt
1213
README.md = README.md
1314
EndProjectSection

icon.png

1.09 KB
Loading

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Version>3.0.2</Version>
77
<PackageTags>RabbitMQ</PackageTags>
88
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
9+
<PackageIcon>icon.png</PackageIcon>
910
<RepositoryUrl>https://github.com/AntonyVorontsov/RabbitMQ.Client.Core.DependencyInjection</RepositoryUrl>
1011
<Company />
1112
<Description>.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.</Description>
@@ -17,6 +18,10 @@
1718
<None Include="../../LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
1819
</ItemGroup>
1920

21+
<ItemGroup>
22+
<None Include="../../icon.png" Pack="true" PackagePath="/" />
23+
</ItemGroup>
24+
2025
<ItemGroup>
2126
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0" />
2227
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.0.0" />

0 commit comments

Comments
 (0)