Skip to content

Commit

Permalink
1.4.26 Release
Browse files Browse the repository at this point in the history
1.4.26 Release
  • Loading branch information
Arkatufus authored Oct 7, 2021
2 parents 4543a5b + 520fafa commit f904682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

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

### Semantic Logging Syntax
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`:
Expand Down Expand Up @@ -61,4 +61,4 @@ If you add any new projects to the solution created with this template, be sure

```
<Import Project="..\common.props" />
```
```
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 1.4.26 October 7 2021 ####
* Updated to [Akka.NET v1.4.26](https://github.com/akkadotnet/akka.net/releases/tag/1.4.26)

#### 1.4.25 September 9 2021 ####
* Updated to [Akka.NET v1.4.25](https://github.com/akkadotnet/akka.net/releases/tag/1.4.25)

Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>16.11.0</TestSdkVersion>
<NBenchVersion>2.0.1</NBenchVersion>
<AkkaVersion>1.4.25</AkkaVersion>
<AkkaVersion>1.4.26</AkkaVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
Expand Down

0 comments on commit f904682

Please sign in to comment.