Skip to content

Commit 33f1601

Browse files
authored
1 parent e5482b3 commit 33f1601

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

serilog-sink-nuget.png

20.4 KB
Loading

src/common.props

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
<VersionSuffix Condition="$(VersionSuffix) == '' and '$(Configuration)' == 'Debug' ">debug</VersionSuffix>
66
<Authors>Matthew Erbs, Serilog Contributors</Authors>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<icon>http://serilog.net/images/serilog-sink-nuget.png</icon>
98
<PackageProjectUrl>https://github.com/serilog/serilog-sinks-splunk</PackageProjectUrl>
10-
<license>http://www.apache.org/licenses/LICENSE-2.0</license>
119
<RepositoryUrl>https://github.com/serilog/serilog-sinks-splunk</RepositoryUrl>
1210
<RepositoryType>git</RepositoryType>
1311
<LangVersion>latest</LangVersion>
1412
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1513
<PackageReadmeFile>README.md</PackageReadmeFile>
14+
<PackageIcon>serilog-sink-nuget.png</PackageIcon>
1615
</PropertyGroup>
1716
<ItemGroup>
1817
<None Include="../../README.md" Pack="true" PackagePath="\" />
18+
<None Include="../../serilog-sink-nuget.png" Pack="true" PackagePath=""/>
1919
</ItemGroup>
20-
</Project>
20+
21+
</Project>
22+

0 commit comments

Comments
 (0)