Skip to content

Commit 2f6f1b6

Browse files
authored
Merge pull request serilog#190 from augustoproiete-forks/update-metadata-for-nuget
Update metadata for NuGet
2 parents 512587f + d8c6571 commit 2f6f1b6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

assets/serilog-sink-nuget.png

20.4 KB
Loading

src/Serilog.Sinks.File/Serilog.Sinks.File.csproj

+8-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<SignAssembly>true</SignAssembly>
1111
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1212
<PackageTags>serilog;file</PackageTags>
13-
<PackageIconUrl>http://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
13+
<PackageIcon>images\icon.png</PackageIcon>
14+
<PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
1415
<PackageProjectUrl>http://serilog.net</PackageProjectUrl>
15-
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
16+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1617
<RepositoryUrl>https://github.com/serilog/serilog-sinks-file</RepositoryUrl>
1718
<RepositoryType>git</RepositoryType>
1819
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
@@ -56,4 +57,9 @@
5657
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.3.0" />
5758
<PackageReference Include="System.Threading.Timer" Version="4.3.0" />
5859
</ItemGroup>
60+
61+
<ItemGroup>
62+
<None Include="..\..\assets\serilog-sink-nuget.png" Pack="true" Visible="false" PackagePath="images\icon.png" />
63+
</ItemGroup>
64+
5965
</Project>

0 commit comments

Comments
 (0)