Improved
v13.0.0-beta2
What's Changed
- Updated README example to use OOP api by @adamdusty in https://github.com/dotnet/LLVMSharp/pull/168
- Change stale link in readme to current ClangSharp repository by @elbuhofantasma in https://github.com/dotnet/LLVMSharp/pull/175
- Updating repo for transfer to the .NET Foundation by @tannergooding in https://github.com/dotnet/LLVMSharp/pull/180
- Expose AddModuleFlag functionality within LLVMModuleRef by @ryan-moreno in https://github.com/dotnet/LLVMSharp/pull/181
- Update URLs, move CI to use GitHub Actions, and largely complete the move to the .NET Foundation by @tannergooding in https://github.com/dotnet/LLVMSharp/pull/183
- Fixing the condition under which PlatformTarget is set by @tannergooding in https://github.com/dotnet/LLVMSharp/pull/184
- Adding a nightly nuget feed and a link to the source browser by @tannergooding in https://github.com/dotnet/LLVMSharp/pull/185
- Update README.md to remove incorrect repo name by @mjsabby in https://github.com/dotnet/LLVMSharp/pull/186
- Regenerating bindings for LLVM 13.0.0 by @tannergooding in https://github.com/dotnet/LLVMSharp/pull/187
New Contributors
- @adamdusty made their first contribution in https://github.com/dotnet/LLVMSharp/pull/168