LunaRoad 1.4.1

Suggested Alternatives

LuNari

Additional Details

⚠ LunaRoad renamed as 🗦🌔 LuNari  

LunaRoad packages will no longer be updated.
Please consider upgrading to modern LuNari !

Open Source project under the MIT License: https://github.com/3F/LuNari

There is a newer version of this package available.
See the version list below for details.
dotnet add package LunaRoad --version 1.4.1
NuGet\Install-Package LunaRoad -Version 1.4.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="LunaRoad" Version="1.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LunaRoad --version 1.4.1
#r "nuget: LunaRoad, 1.4.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 LunaRoad as a Cake Addin
#addin nuget:?package=LunaRoad&version=1.4.1

// Install LunaRoad as a Cake Tool
#tool nuget:?package=LunaRoad&version=1.4.1

⚠ ⮱renamed as⮱ 🗦🌔 LuNari

Open source project under the MIT License: https://github.com/3F/LuNari

LunaRoad packages will no longer be updated. Please consider upgrading to LuNari !

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.1.2 1,302 8/18/2020
1.4.1 3,152 12/2/2016
1.4.0 2,608 8/18/2016
1.3.0 1,674 8/3/2016
1.2.0 2,352 7/27/2016
1.1.1 1,737 7/23/2016


[v1.4.1]

   * FIXED: Possible Incorrect boolean values from Lua libraries.
   * NEW: First public version for production. Completely play with us now.
   * CHANGED: Optional dependency to Conari NuGet package >= v1.1
              'optional' means that .nupkg is already contains binaries from https://github.com/3F/Conari
               but via NuGet server the users can take newer versions by default.
               To configure it manually use https://github.com/3F/GetNuTool etc.
               
   * CHANGED: Updated Conari engine v1.2


[v1.4-beta]

   * CHANGED: Updated Conari engine v1.1
             https://github.com/3F/Conari

   * NEW: DLR features with caching of dynamic types.
   * NEW: Added access to export functions of Lua. `ILoader.ExportFunctionNames`
   * NEW: Added features for convenient work with any binary raw data.
   * NEW: Added events:
         * BeforeUnload - Before unloading a library.
         * AfterUnload - When library has been unloaded.
         * AfterLoad - When library has been loaded.
         * PrefixChanged - When Prefix has been changed.

   * FIXED: bug with CharPtr when unboxing for unmanaged code.
   * FIXED: trivial fixes with implicit conversion for size_t and UIntPtr.
   * CHANGED: Updated CharPtr: +BSTR, +WCharPtr & added new UnmanagedString, that allocates strings for unmanaged code.
   * CHANGED: Other trivial fixes and improvements.