File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public static class Consts
3838 public const string LuaInterfaceProduct = "LuaInterface" ;
3939 public const string LuaInterfaceCopyright = "Copyright 2003-2008 Fabio Mascarenhas, Kevin Hesterm and 2012 Megax" ;
4040 public const string LuaInterfaceTrademark = "MIT license" ;
41- public const string LuaInterfaceVersion = "2.0.4 " ;
42- public const string LuaInterfaceFileVersion = "2.0.4 .0" ;
41+ public const string LuaInterfaceVersion = "2.0.5 " ;
42+ public const string LuaInterfaceFileVersion = "2.0.5 .0" ;
4343 }
4444}
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <RootNamespace >LuaInterface</RootNamespace >
6- <AssemblyVersion >2.0.4 .0</AssemblyVersion >
7- <FileVersion >2.0.4 .0</FileVersion >
8- <Version >$(VersionPrefix)2.0.4 .0</Version >
6+ <AssemblyVersion >2.0.5 .0</AssemblyVersion >
7+ <FileVersion >2.0.5 .0</FileVersion >
8+ <Version >$(VersionPrefix)2.0.5 .0</Version >
99 <Authors >megax orthographic-pedant jmurdick ema</Authors >
1010 <Company >Lemutec</Company >
1111 <Description >Lightweight LuaInterface for .NET</Description >
Original file line number Diff line number Diff line change @@ -20,11 +20,15 @@ methods from Lua and use LuaInterface from within your .net application.
2020.net from inside Lua
2121* More instructions for installing and using in the doc/guide.pdf file.
2222
23- ## What's new in LuaInterface 2.0.4
23+ What's new in LuaInterface 2.0.5
24+ ---
25+ * Added Lua.GetObject to simplify extensions
2426
25- - Change: Converted libraries to .NET Standard 2.0 and LuaRunner application to .NET 8.0
26- - Added: Bring to Nuget Package
27- - Other: Some information was not recorded
27+ What's new in LuaInterface 2.0.4
28+ ---
29+ * Change: Converted libraries to .NET Standard 2.0 and LuaRunner application to .NET 8.0
30+ * Added: Bring to Nuget Package
31+ * Other: Some information was not recorded
2832
2933What's new in LuaInterface 2.0.3
3034---
You can’t perform that action at this time.
0 commit comments