diff --git a/KeraLua.nuspec b/KeraLua.nuspec index 24e3271..93aaaaf 100644 --- a/KeraLua.nuspec +++ b/KeraLua.nuspec @@ -2,19 +2,19 @@ KeraLua - 0.1.3 + 0.1.6 NLua Vinicius Jarina + https://github.com/nlua/KeraLua/blob/master/LICENSE https://github.com/nlua/KeraLua https://raw.githubusercontent.com/nlua/KeraLua/master/KeraLua.png false C# Native bindings of Lua 5.3 (compatible with Xamarin.iOS/Mac/Android/.NET/.NET Core) - Release: ca40319 + Release: 2bffe65 Copyright © Code Foco 2019 lua keralua - LICENSE diff --git a/KeraLua.sln b/KeraLua.sln index 30d9c0b..a317a48 100644 --- a/KeraLua.sln +++ b/KeraLua.sln @@ -152,7 +152,6 @@ Global {4E863C20-43C3-43A0-9678-8583B9614277}.Release|Any CPU.ActiveCfg = Release|Any CPU {4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseAndroid|Any CPU.ActiveCfg = Release|Any CPU {4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseCore|Any CPU.ActiveCfg = Release|Any CPU - {4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseCore|Any CPU.Build.0 = Release|Any CPU {4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU {4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU EndGlobalSection diff --git a/external/lua b/external/lua index 86e493d..1628bd7 160000 --- a/external/lua +++ b/external/lua @@ -1 +1 @@ -Subproject commit 86e493dd0af56927fee8102c9aca2342b58cd7df +Subproject commit 1628bd70b3ab26636b1d02eec16fe53aaf07ce5d diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 59aade4..086ad20 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -40,6 +40,6 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyInformationalVersion("0.1.0+150.Branch.master.Sha.ca40319e10f4d138a12cb477e5f5f556347c2629")] +[assembly: AssemblyInformationalVersion("0.1.0+155.Branch.master.Sha.2bffe65059140b063c0ca22a830593629f64b2cb")] [assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/tests/Properties/AssemblyInfo.cs b/tests/Properties/AssemblyInfo.cs index 2a0e48f..049516b 100644 --- a/tests/Properties/AssemblyInfo.cs +++ b/tests/Properties/AssemblyInfo.cs @@ -35,4 +35,4 @@ [assembly: AssemblyVersion("0.1.0.0")] [assembly: AssemblyFileVersion("0.1.0.0")] -[assembly: AssemblyInformationalVersion("0.1.0+150.Branch.master.Sha.ca40319e10f4d138a12cb477e5f5f556347c2629")] +[assembly: AssemblyInformationalVersion("0.1.0+155.Branch.master.Sha.2bffe65059140b063c0ca22a830593629f64b2cb")]