Skip to content

Commit 99e071c

Browse files
committed
replace PackageIconUrl with PackageIcon
1 parent 1039bee commit 99e071c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

assets/serilog-sink-nuget.png

20.4 KB
Loading

src/Serilog.Sinks.Async/Serilog.Sinks.Async.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1616
<PackageId>Serilog.Sinks.Async</PackageId>
1717
<PackageTags>serilog;async</PackageTags>
18-
<PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
18+
<PackageIcon>serilog-sink-nuget.png</PackageIcon>
1919
<PackageProjectUrl>https://serilog.net</PackageProjectUrl>
2020
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2121
<RepositoryUrl>https://github.com/serilog/serilog-sinks-async</RepositoryUrl>
@@ -37,4 +37,11 @@
3737
<Reference Include="Microsoft.CSharp" />
3838
</ItemGroup>
3939

40+
<ItemGroup>
41+
<None Include="..\..\assets\serilog-sink-nuget.png">
42+
<Pack>True</Pack>
43+
<PackagePath></PackagePath>
44+
</None>
45+
</ItemGroup>
46+
4047
</Project>

0 commit comments

Comments
 (0)