Skip to content

Commit f904682

Browse files
authored
1.4.26 Release
1.4.26 Release
2 parents 4543a5b + 520fafa commit f904682

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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+
```

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 1.4.26 October 7 2021 ####
2+
* Updated to [Akka.NET v1.4.26](https://github.com/akkadotnet/akka.net/releases/tag/1.4.26)
3+
14
#### 1.4.25 September 9 2021 ####
25
* Updated to [Akka.NET v1.4.25](https://github.com/akkadotnet/akka.net/releases/tag/1.4.25)
36

src/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<XunitVersion>2.4.1</XunitVersion>
1515
<TestSdkVersion>16.11.0</TestSdkVersion>
1616
<NBenchVersion>2.0.1</NBenchVersion>
17-
<AkkaVersion>1.4.25</AkkaVersion>
17+
<AkkaVersion>1.4.26</AkkaVersion>
1818
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
1919
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
2020
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>

0 commit comments

Comments
 (0)