NLua_Safe 1.3.2.1

dotnet add package NLua_Safe --version 1.3.2.1
NuGet\Install-Package NLua_Safe -Version 1.3.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLua_Safe" Version="1.3.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLua_Safe --version 1.3.2.1
#r "nuget: NLua_Safe, 1.3.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NLua_Safe as a Cake Addin
#addin nuget:?package=NLua_Safe&version=1.3.2.1

// Install NLua_Safe as a Cake Tool
#tool nuget:?package=NLua_Safe&version=1.3.2.1

NLua (Safe) - No P/Invoke
This package is pure IL (pure C#) version of NLua without any P/Invoke
Lua implementation is provided by KopiLua.
- This is much slower then the NLua with P/Invoke

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.2.1 488 12/4/2014
1.3.1.5 108 10/17/2014

NLua 1.3.1
Added support to WinRT (Windows Phone 8)
Added support to Unity3D
Update Lua 5.2.3 with latest patches
Fixed support to Unicode strings (UTF-8)
Fixed x86/x64 issue.
Fixed overload issue
Fixed support to Debug and DebugHook APIs
Added support to operators call
Fixed access to keys with .
Fixed issue with ValueTypes