Skip to content

Commit ac1710b

Browse files
committed
Bump version
1 parent 5d7c216 commit ac1710b

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

Core/LuaInterface/Config/LuaInterfaceConfig.cs

+2-2
Original file line numberDiff line numberDiff 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
}

Core/LuaInterface/LuaInterface.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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>

Readme.md

+8-4
Original file line numberDiff line numberDiff 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

2933
What's new in LuaInterface 2.0.3
3034
---

0 commit comments

Comments
 (0)