Skip to content

Commit 13c8edf

Browse files
authored
New build badge
1 parent b76e060 commit 13c8edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# _Serilog Expressions_ [![Build status](https://ci.appveyor.com/api/projects/status/2wg3tsdybwmf8tp1/branch/dev?svg=true)](https://ci.appveyor.com/project/NicholasBlumhardt/serilog-expressions/branch/dev) [![NuGet Package](https://img.shields.io/nuget/vpre/serilog.expressions)](https://nuget.org/packages/serilog.expressions)
1+
# _Serilog Expressions_ [![Build status](https://ci.appveyor.com/api/projects/status/w7igkk3w51h481r6/branch/dev?svg=true)](https://ci.appveyor.com/project/serilog/serilog-expressions/branch/dev) [![NuGet Package](https://img.shields.io/nuget/vpre/serilog.expressions)](https://nuget.org/packages/serilog.expressions)
22

33
An embeddable mini-language for filtering, enriching, and formatting Serilog
44
events, ideal for use with JSON or XML configuration.
@@ -8,7 +8,7 @@ events, ideal for use with JSON or XML configuration.
88
Install the package from NuGet:
99

1010
```shell
11-
dotnet add package Serilog.Expressions
11+
dotnet add package Serilog.Expressions -v 1.0.0-*
1212
```
1313

1414
The package adds extension methods to Serilog's `Filter`, `WriteTo`, and

0 commit comments

Comments
 (0)