diff --git a/readme.md b/readme.md index 8c0224a..3946d5b 100644 --- a/readme.md +++ b/readme.md @@ -10,8 +10,9 @@ CppAst provides a C/C++ parser for header files with access to the full AST, com ## Features -- Compatible with `.NET Standard 2.0+` -- Using `Clang/libclang 16.0.0` +- Compatible with `net8.0` + - For `netstandard2.0` use `0.14.0` version. +- Using `Clang/libclang 17.0.1` - Allow to parse *in-memory* C/C++ text and C/C++ files from the disk - Simple AST model - Full type system