Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@tilkinsc tilkinsc released this 24 Jan 17:42
· 15 commits to main since this release
c774c51

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) becomes if (L == 0) or if (L.IsNull)
  • Dev by @tilkinsc in #14

New Contributors

  • @MUN1Z made their first contribution in #8

Full Changelog: v4.0.1...v4.1.0