From 8f4895d0361773968b931b404329204724bfb2ef Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 17 Jun 2024 10:22:15 -0500 Subject: [PATCH] Update README.md (#292) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c5722e..768021e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This log entry will have "County" and "Country" properties added to it. ### Automatically Convert `ILoggingAdapter` into `SerilogLoggingAdapter` -As of Akka.Logger.Serilog v1.5.22, you can now do the following: +As of Akka.Logger.Serilog v1.5.25, you can now do the following: ```csharp var log = Context.GetLogger() @@ -87,4 +87,4 @@ c:\> build.sh all If you need any information on the supported commands, please execute the `build.[cmd|sh] help` command. -This build script is powered by [FAKE](https://fake.build/); please see their API documentation should you need to make any changes to the [`build.fsx`](build.fsx) file. \ No newline at end of file +This build script is powered by [FAKE](https://fake.build/); please see their API documentation should you need to make any changes to the [`build.fsx`](build.fsx) file.