diff --git a/README.md b/README.md index a4ec7eaa..41bfb8a5 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ This program will take a given set of C or C++ header files and generate C# bind The simplest and recommended setup is to install the generator as a .NET tool and then use response files: ``` -dotnet tool install --global ClangSharpPInvokeGenerator --version 14.0.0-beta1 +dotnet tool install --global ClangSharpPInvokeGenerator --version 14.0.0-beta2 ClangSharpPInvokeGenerator @generate.rsp ```