Skip to content

Commit

Permalink
Added badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lethek committed Nov 16, 2021
1 parent daaac5e commit 7bda437
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Serilog.Sinks.LINQPad
=====================
Version 3.1
-----------

[![Build Status](https://dev.azure.com/SMMX/Serilog.Sinks.LINQPad/_apis/build/status/lethek.Serilog.Sinks.LINQPad?branchName=master)](https://dev.azure.com/SMMX/Serilog.Sinks.LINQPad/_build/latest?definitionId=2&branchName=master)
[![NuGet Stats](https://img.shields.io/nuget/v/Serilog.Sinks.LINQPad.svg)](https://www.nuget.org/packages/Serilog.Sinks.LINQPad)
[![GitHub license](https://img.shields.io/github/license/lethek/Serilog.Sinks.LINQPad)](https://github.com/lethek/Serilog.Sinks.LINQPad/blob/master/LICENSE)

Serilog sink to publish colored output to the LINQPad Results panel. At present, a large percentage of the code has been shamelessly ripped from [ConsoleSink](https://github.com/serilog/serilog-sinks-console), with modifications to allow LINQPad to display colored results and the ability to customize the color scheme.

Expand Down
2 changes: 2 additions & 0 deletions src/Serilog.Sinks.LINQPad/Serilog.Sinks.LINQPad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageProjectUrl>https://github.com/lethek/Serilog.Sinks.LINQPad</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>serilog;linqpad;logging;log;sink</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/lethek/Serilog.Sinks.LINQPad.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
Expand Down Expand Up @@ -42,5 +43,6 @@

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

0 comments on commit 7bda437

Please sign in to comment.