Skip to content

Commit

Permalink
Fix for PackageIconUrl deprecation (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
EEParker authored Apr 9, 2024
1 parent e5482b3 commit 33f1601
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added serilog-sink-nuget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
<VersionSuffix Condition="$(VersionSuffix) == '' and '$(Configuration)' == 'Debug' ">debug</VersionSuffix>
<Authors>Matthew Erbs, Serilog Contributors</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<icon>http://serilog.net/images/serilog-sink-nuget.png</icon>
<PackageProjectUrl>https://github.com/serilog/serilog-sinks-splunk</PackageProjectUrl>
<license>http://www.apache.org/licenses/LICENSE-2.0</license>
<RepositoryUrl>https://github.com/serilog/serilog-sinks-splunk</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>serilog-sink-nuget.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
<None Include="../../serilog-sink-nuget.png" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>

</Project>

0 comments on commit 33f1601

Please sign in to comment.