From 499136288e9f92943154526e0e888d7159754d52 Mon Sep 17 00:00:00 2001 From: Mikhail Paulyshka Date: Thu, 22 Jun 2023 23:32:39 +0300 Subject: [PATCH] Update README.md Currently available version is 16.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a31035..6e77ca41 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,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 16.0.6 +dotnet tool install --global ClangSharpPInvokeGenerator --version 16.0.0 ClangSharpPInvokeGenerator @generate.rsp ```