Skip to content

Commit

Permalink
Add SourceLink, snupkg and README to package
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Mar 25, 2024
1 parent c0f3a35 commit 68148d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Serilog.Sinks.Humio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,23 @@
<RepositoryUrl>https://github.com/IdentityStream/Serilog.Sinks.Humio</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="images\icon.png" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" Visible="false" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="4.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>

</Project>

0 comments on commit 68148d2

Please sign in to comment.