File tree 3 files changed +13
-9
lines changed
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
38
38
public const string LuaInterfaceProduct = "LuaInterface" ;
39
39
public const string LuaInterfaceCopyright = "Copyright 2003-2008 Fabio Mascarenhas, Kevin Hesterm and 2012 Megax" ;
40
40
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" ;
43
43
}
44
44
}
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<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 >
9
9
<Authors >megax orthographic-pedant jmurdick ema</Authors >
10
10
<Company >Lemutec</Company >
11
11
<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.
20
20
.net from inside Lua
21
21
* More instructions for installing and using in the doc/guide.pdf file.
22
22
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
24
26
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
28
32
29
33
What's new in LuaInterface 2.0.3
30
34
---
You can’t perform that action at this time.
0 commit comments