Skip to content

Commit 2b98e5b

Browse files
authored
Merge pull request #26 from tilkinsc/lua5.0
Add Lua5.0, bump version
2 parents 1bdddf7 + 722b5d2 commit 2b98e5b

File tree

5 files changed

+736
-5
lines changed

5 files changed

+736
-5
lines changed

Lua.NET.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
5+
<TargetFrameworks>net9.0;net8.0;net7.0;net6.0</TargetFrameworks>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<Nullable>enable</Nullable>
99
<PackageId>Lua.NET</PackageId>
10-
<Version>5.0.3</Version>
10+
<Version>6.0.0</Version>
1111
<Authors>Cody Tilkins</Authors>
1212
<Copyright>Copyright © Cody Tilkins 2024</Copyright>
1313
<Title>Lua.NET</Title>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
![Logo](https://raw.githubusercontent.com/tilkinsc/Lua.NET/main/Lua.NET.Logo.png)
44

55
C# .NET Core 8.0
6-
Lua.NET contains full bindings to Lua5.1.5, Lua5.2.4, Lua5.3.6, Lua.5.4.6 and LuaJIT
6+
Lua.NET contains full bindings to Lua5.0.3, Lua5.1.5, Lua5.2.4, Lua5.3.6, Lua.5.4.6 and LuaJIT
77

88
https://github.com/tilkinsc/Lua.NET
99
Copyright © Cody Tilkins 2024 MIT License
1010

11-
Supports Lua5.4 Lua5.3 Lua5.2 Lua5.1 and LuaJIT
11+
Supports Lua5.4 Lua5.3 Lua5.2 Lua5.1 Lua5.0 and LuaJIT
1212

1313
Hardcoded to only use doubles and 64-bit integers.
1414

runtimes/win-x64/native/lua503.dll

624 KB
Binary file not shown.

0 commit comments

Comments
 (0)