Releases: NLua/KeraLua
Releases · NLua/KeraLua
Release 1.3.0
📦 https://www.nuget.org/packages/KeraLua/1.3.0
- Removed watchOS
- Removed .NET Core 3
- Added .NET 6
Version 1.2.11
📦 https://www.nuget.org/packages/KeraLua/1.2.11
- Bumped Lua 5.4.2
- Apple Silicon support
Version 1.0.19
- Fixed build to run on old Android Versions (4.1.x | API level 16)
- Fixed Native crash marshaling
LuaDebug
struct.
Version 1.0.14
📦 https://www.nuget.org/packages/KeraLua/1.0.14
Changes since 1.0.11
- Fixed
GetLocal
SetLocal
TypeName
methods - Fixed Lua.Resume(null) crash
- Removed Debug symbols from Android build.
Version 1.0.11
📦 https://www.nuget.org/packages/KeraLua/1.0.11
- Fixed issue with
ToString
where the stack was being changed - Fixed
GetLocal
SetLocal
GetUpValue
SetUpValue
andTypeName
crash. (#48 )
Version 1.0.6
-
Fixed issue with iOS Info.plist.
Version 1.0.5
📦 https://www.nuget.org/packages/KeraLua/1.0.5
Bumped NUnit submodules
- no actual change in the code, only a dependency (devops/CI) bump.
Version 1.0.4
- Fixed strong name sign (#40)
- 📦 https://www.nuget.org/packages/KeraLua/1.0.4
Version 1.0.1
- https://www.nuget.org/packages/KeraLua/1.0.1
- Attempt to fix NuGet package.
Version 0.1.14
-
Added
liblua53.so
to NuGet package.