We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e94bb commit 79671b0Copy full SHA for 79671b0
Lua.NET.csproj
@@ -4,6 +4,12 @@
4
<TargetFramework>net6.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
+ <PackageId>Lua.NET</PackageId>
8
+ <Version>1.1.0</Version>
9
+ <Authors>Cody Tilkins</Authors>
10
+ <copyright>Copyright © Cody Tilkins 2022</copyright>
11
+ <Description>Lua.NET is full bindings to Lua and LuaJIT</Description>
12
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13
</PropertyGroup>
-
14
+
15
</Project>
0 commit comments