Skip to content

Commit cd042be

Browse files
committed
Replace PackageIconUrl with PackageIcon
1 parent 82cc03d commit cd042be

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

assets/serilog-enricher-nuget.png

21.1 KB
Loading

src/Serilog.Enrichers.Thread/Serilog.Enrichers.Thread.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1414
<PackageId>Serilog.Enrichers.Thread</PackageId>
1515
<PackageTags>serilog;thread;enricher</PackageTags>
16-
<PackageIconUrl>http://serilog.net/images/serilog-enricher-nuget.png</PackageIconUrl>
16+
<PackageIcon>serilog-enricher-nuget.png</PackageIcon>
1717
<PackageProjectUrl>http://serilog.net</PackageProjectUrl>
1818
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1919
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
@@ -28,6 +28,13 @@
2828
<Reference Include="Microsoft.CSharp" />
2929
</ItemGroup>
3030

31+
<ItemGroup>
32+
<None Include="..\..\assets\serilog-enricher-nuget.png">
33+
<Pack>True</Pack>
34+
<PackagePath></PackagePath>
35+
</None>
36+
</ItemGroup>
37+
3138
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
3239
<DefineConstants>$(DefineConstants);THREAD_NAME</DefineConstants>
3340
</PropertyGroup>

0 commit comments

Comments
 (0)