Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit 5fce1f3

Browse files
authored
[no ci]
1 parent 5c6985c commit 5fce1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The Serilog Elasticsearch sink project is a sink (basically a writer) for the Se
3030
* Starting from version 3, compatible with Elasticsearch 2.
3131
* Version 6.x supports the new Elasticsearch.net version 6.x library.
3232
* From version 8.x there is support for Elasticsearch.net version 7.
33-
* 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.
33+
* 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.
3434

3535

3636
## Quick start

0 commit comments

Comments
 (0)