Skip to content

Commit a9e635e

Browse files
committed
Did the following:
- Updated to 2.0.0 - All versions now have very good dynamic type sizes - exception: constants report wrong size, will fix in 2.1.0 - Lua5.3 had some symbols named wrong Lua_* for example - Proof read the code again, found wrong types and bad declarations - Removed compatibility functions, please write better code - Added a few missing defines and functions that were purposely ignored - Structs were NOT valid between each version, they are fully up to date - Ordered the files to be consistent between all version - Internally named variables for dll imports - Fixed bug where lua_version only worked for luajit
1 parent 5a9ce54 commit a9e635e

File tree

6 files changed

+2249
-2314
lines changed

6 files changed

+2249
-2314
lines changed

Lua.NET.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<PackageId>Lua.NET</PackageId>
8-
<Version>1.2.3</Version>
8+
<Version>2.0.0</Version>
99
<Authors>Cody Tilkins</Authors>
1010
<Copyright>Copyright © Cody Tilkins 2022</Copyright>
1111
<Title>Lua.NET</Title>

0 commit comments

Comments
 (0)