Skip to content

Commit 0abcb70

Browse files
authored
Merge pull request #150 from CumpsD/patch-1
docs: update serilog version in readme
2 parents b6f5c2e + 2bbdb8d commit 0abcb70

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
@@ -2,7 +2,7 @@
22

33
This is the Serilog integration plugin for Akka.NET. Please check out our [documentation](http://getakka.net/articles/utilities/serilog.html) on how to get the most out of this plugin.
44

5-
Targets Serilog 2.7.1.
5+
Targets [Serilog 2.10.0](https://www.nuget.org/packages/Serilog/2.10.0).
66

77
### Semantic Logging Syntax
88
If you intend on using any of the Serilog semantic logging formats in your logging strings, __you need to use the SerilogLoggingAdapter__ inside your instrumented code or there could be elsewhere inside parts of your `ActorSystem`:
@@ -61,4 +61,4 @@ If you add any new projects to the solution created with this template, be sure
6161

6262
```
6363
<Import Project="..\common.props" />
64-
```
64+
```

0 commit comments

Comments
 (0)