Skip to content

Commit

Permalink
Merge pull request #335 from will-jj/patch-1
Browse files Browse the repository at this point in the history
Update specified version of ClangSharpPInvokeGenerator
  • Loading branch information
tannergooding authored Apr 12, 2022
2 parents ca2c4bf + 2a79478 commit fa1e00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit fa1e00b

Please sign in to comment.