Skip to content

Releases: NLua/NLua

v1.6.0

11 Nov 07:56
Compare
Choose a tag to compare

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

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

Version 1.5.7

19 Feb 18:55
Compare
Choose a tag to compare

📦 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

Version 1.5.6

14 Nov 08:23
Compare
Choose a tag to compare

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

  • Bumped KeraLua 1.2.10 with Apple Silicon support

Version 1.5.2

10 Oct 21:49
Compare
Choose a tag to compare
  • Bumped KeraLua 1.2.8 (with Lua 5.4.1)

Version 1.5.0

30 Jun 03:30
Compare
Choose a tag to compare

📦 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

Version 1.4.32

06 May 03:59
Compare
Choose a tag to compare

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

  • Fixed #375
  • This is likely to be the last NLua Release using Lua 5.3.5 since Lua 5.4 is almost done.

Version 1.4.31

19 Apr 17:15
Compare
Choose a tag to compare

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

  • Fixed #370 Overloaded indexer operators
  • Added MaxRecursion property #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.

Version 1.4.26

27 Dec 22:57
Compare
Choose a tag to compare

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

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

Version 1.4.25

18 Oct 15:28
Compare
Choose a tag to compare

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

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

Version 1.4.24

14 Sep 02:38
Compare
Choose a tag to compare

📦 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>