NLua Versions Save

Bridge between Lua and the .NET.

v1.6.0

2 years ago

📦 https://www.nuget.org/packages/NLua/1.6.0

  • Added NET6 build
  • Removed .NET Core
  • Removed watchOS

v1.5.7

3 years ago

📦 https://www.nuget.org/packages/NLua/1.5.7

  • Added .NET 5
  • Bump min .NET Framework to 4.6
  • Removed netstandard2.0 - The main reason I have removed .netstandard is because in some scenarios could lead to issues when you need to use DllImport the library name could be wrong if your build didn't match a proper native version. .NET 5 was added, and if you really need to use .netstandard you can reference 1.5.6

v1.5.6

3 years ago

📦 https://www.nuget.org/packages/NLua/1.5.6

  • Bumped KeraLua 1.2.10 with Apple Silicon support

v1.5.2

3 years ago
  • Bumped KeraLua 1.2.8 (with Lua 5.4.1)

v1.5.0

3 years ago

📦 https://www.nuget.org/packages/NLua/1.5.0

  • This version is using KeraLua 1.2.4 and Lua 5.4 If you need to keep using Lua 5.3 use the version 1.4.32

v1.4.32

4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.32

v1.4.31

4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.31

  • Fixed #370 Overloaded indexer operators
  • Added MaxRecursion property https://github.com/NLua/NLua/pull/368
  • Fixed #328 Non-existent member access always returns "invalid method" function

From 1.4.30

  • Fixed #355 new Guid
  • Added SourceLink support to VS win and VSMac.

v1.4.26

4 years ago

📦 https://www.nuget.org/packages/NLua

  • Fixed an issue accessing an Enum array. (related issue #340)

v1.4.25

4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.25

  • Fixed issue converting binary data from Lua to byte[].

v1.4.24

4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.24

  • Fixed #322 ExpandoObject doesn't work
  • Fixed #324 How to access index property of IDictionary<T, K>