Skip to content

Commit d51a9ee

Browse files
committed
Add logo path to csproj.
1 parent 4425a8e commit d51a9ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ReBus.Serializer.XML/ReBus.Serializer.XML.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
<RepositoryUrl>https://github.com/rafek1241/ReBus.Serializer.XML/</RepositoryUrl>
1717
</PropertyGroup>
1818

19+
<ItemGroup>
20+
<None Include="../../logo-200x200.png">
21+
<Pack>true</Pack>
22+
<PackagePath>$(PackageIconUrl)</PackagePath>
23+
</None>
24+
</ItemGroup>
25+
1926
<ItemGroup>
2027
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
2128
<PackageReference Include="Rebus" Version="6.5.5" />

0 commit comments

Comments
 (0)