What's Changed
- feat: update to dot net 8 by @MUN1Z in #8
- added more files to gitignore
- modified contributing
- revise csproj so that its more concise, native dlls have their location changed in source, but destination is the same
- added sln file
- we support .NET 8.0
- added operator overloads for lua_State to make it more C-like
if (L.Handle == 0)
becomesif (L == 0)
orif (L.IsNull)
- Dev by @tilkinsc in #14
New Contributors
Full Changelog: v4.0.1...v4.1.0