diff --git a/README.md b/README.md index 34fa313eb1..83ecbedb9f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ dotnet add package Core.Arango ``` # .NET driver for ArangoDB -- .NET Standard 2.0, 2.1 and .NET 8 driver for ArangoDB 3.11+ +- .NET Standard 2.0, 2.1, .NET 8 and .NET 9 driver for ArangoDB 3.11+ - LINQ support (WIP) - Newtonsoft.Json and System.Text.Json serialization support with PascalCase and camelCase options - Updates from anonymous types supported as (Id, Key, Revision, From, To) properties are translated to (_id, _key, _rev, _from, _to)