From c859d570a33b477126622ca7e87ae7374d246c43 Mon Sep 17 00:00:00 2001 From: David Cumps Date: Thu, 7 Oct 2021 18:25:51 +0200 Subject: [PATCH 1/3] docs: update serilog version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2fdd6c..8849d14 100644 --- a/README.md +++ b/README.md @@ -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`: @@ -61,4 +61,4 @@ If you add any new projects to the solution created with this template, be sure ``` -``` \ No newline at end of file +``` From b6f5c2ef011b450cc47acd8195ee055519a65861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 11:28:07 -0500 Subject: [PATCH 2/3] Bump AkkaVersion from 1.4.25 to 1.4.26 (#149) Bumps `AkkaVersion` from 1.4.25 to 1.4.26. Updates `Akka` from 1.4.25 to 1.4.26 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.25...1.4.26) Updates `Akka.TestKit.Xunit2` from 1.4.25 to 1.4.26 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.25...1.4.26) Updates `Akka.Cluster` from 1.4.25 to 1.4.26 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.25...1.4.26) --- updated-dependencies: - dependency-name: Akka dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.TestKit.Xunit2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.Cluster dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index cd43456..825cb08 100644 --- a/src/common.props +++ b/src/common.props @@ -14,7 +14,7 @@ 2.4.1 16.11.0 2.0.1 - 1.4.25 + 1.4.26 netcoreapp3.1 net461 netstandard2.0 From c7e2a7e85fcd5848c9705b1f830bfc584ed738c2 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Thu, 7 Oct 2021 23:44:17 +0700 Subject: [PATCH 3/3] Update RELEASE_NOTES.md for 1.4.26 release --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ba8bc2d..19e3b98 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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)