From 5fce1f323200319a12cd54542853cdcb8720ad28 Mon Sep 17 00:00:00 2001 From: Michiel van Oudheusden Date: Mon, 30 Jan 2023 15:42:24 +0100 Subject: [PATCH] [no ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 563d979d..65f12f3f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The Serilog Elasticsearch sink project is a sink (basically a writer) for the Se * Starting from version 3, compatible with Elasticsearch 2. * Version 6.x supports the new Elasticsearch.net version 6.x library. * From version 8.x there is support for Elasticsearch.net version 7. -* From version 9.x there is support for Elasticsearch.net version 8. Version detection is enabled by default, in which case `TypeName` is handled automatically across major versions 6, 7 and 8. Versions 2 and 5 of Elasticsearch are no longer supported. We also focus on .NET 6 going forward to keep the maintanance simpler. If you need older frameworks, please stick with a previous version. +* From version 9.x there is support for Elasticsearch.net version 8. Version detection is enabled by default, in which case `TypeName` is handled automatically across major versions 6, 7 and 8. Versions 2 and 5 of Elasticsearch are no longer supported. Version 9.0.0 of the sink targets netstandard2.0 and therefore can be run on any .NET Framework that supports it (both .NET Core and .NET Framework), however, we are focused on testing it with .NET 6.0 to make the maintenance simpler. ## Quick start