Skip to content

Commit cf181a1

Browse files
Merge pull request #459 from Mixaill/patch-1
Readme: fix ClangSharpPInvokeGenerator version
2 parents e930cfe + 4991362 commit cf181a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This program will take a given set of C or C++ header files and generate C# bind
118118

119119
The simplest and recommended setup is to install the generator as a .NET tool and then use response files:
120120
```
121-
dotnet tool install --global ClangSharpPInvokeGenerator --version 16.0.6
121+
dotnet tool install --global ClangSharpPInvokeGenerator --version 16.0.0
122122
ClangSharpPInvokeGenerator @generate.rsp
123123
```
124124

0 commit comments

Comments
 (0)