diff --git a/Directory.Build.props b/Directory.Build.props
index 7b102047..148ea050 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -47,7 +47,7 @@
17.0.0
ClangSharp
ClangSharp
- 18.1.0
+ 18.1.0.1
rc1
pr
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 7430ca20..6704befd 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -17,7 +17,7 @@
-
+
diff --git a/README.md b/README.md
index 8d8df0c9..795e325a 100644
--- a/README.md
+++ b/README.md
@@ -155,32 +155,33 @@ Options:
-e, --exclude A declaration name to exclude from binding generation. []
-f, --file A file to parse and generate bindings for. []
-F, --file-directory The base path for files to parse. []
- -h, --headerFile A file which contains the header to prefix every generated file with. []
+ -hf, --headerFile A file which contains the header to prefix every generated file with. []
-i, --include A declaration name to include in binding generation. []
-I, --include-directory Add directory to include search path. []
- -x, --language Treat subsequent input files as having type . [default: c++]
+ -x, --language Treat subsequent input files as having type . [default: c++]
-l, --libraryPath The string to use in the DllImport attribute used when generating bindings. []
-m, --methodClassName The name of the static class that will contain the generated method bindings. [default: Methods]
-n, --namespace The namespace in which to place the generated bindings. []
- --nativeTypeNamesToStrip The contents to strip from the generated NativeTypeName attributes.
-om, --output-mode The mode describing how the information collected from the headers are presented in the resultant bindings. [default: CSharp]
- -o, --output