Skip to content

Commit 8196222

Browse files
committed
Add missing package icon
1 parent 17fa68c commit 8196222

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

assets/icon.png

19.9 KB
Loading

src/Serilog.AspNetCore/Serilog.AspNetCore.csproj

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<SignAssembly>true</SignAssembly>
1212
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1313
<PackageTags>serilog;aspnet;aspnetcore</PackageTags>
14-
<PackageIcon>serilog-extension-nuget.png</PackageIcon>
15-
<PackageIconUrl>https://serilog.net/images/serilog-extension-nuget.png</PackageIconUrl>
14+
<PackageIcon>icon.png</PackageIcon>
1615
<PackageProjectUrl>https://github.com/serilog/serilog-aspnetcore</PackageProjectUrl>
1716
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1817
<RepositoryUrl>https://github.com/serilog/serilog-aspnetcore</RepositoryUrl>
@@ -22,9 +21,9 @@
2221
</PropertyGroup>
2322

2423
<ItemGroup>
25-
<None Include="images/serilog-extension-nuget.png" Pack="true" PackagePath="/" />
24+
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="" />
2625
</ItemGroup>
27-
26+
2827
<ItemGroup>
2928
<PackageReference Include="Serilog" Version="2.10.0" />
3029
<PackageReference Include="Serilog.Extensions.Hosting" Version="4.0.0" />

0 commit comments

Comments
 (0)