We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f9ffd commit ce2b691Copy full SHA for ce2b691
README.md
@@ -7,7 +7,7 @@ dotnet add package Core.Arango
7
```
8
9
# .NET driver for ArangoDB
10
-- .NET Standard 2.0, 2.1 and .NET 6 / 7 / 8 driver for ArangoDB 3.10+
+- .NET Standard 2.0, 2.1 and .NET 8 driver for ArangoDB 3.11+
11
- LINQ support (WIP)
12
- Newtonsoft.Json and System.Text.Json serialization support with PascalCase and camelCase options
13
- Updates from anonymous types supported as (Id, Key, Revision, From, To) properties are translated to (_id, _key, _rev, _from, _to)
0 commit comments