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 c5951bd commit e075a63Copy full SHA for e075a63
src/Laylua.targets
@@ -11,8 +11,8 @@
11
</PropertyGroup>
12
<PropertyGroup>
13
<Authors>Quahu,Niewiarowski</Authors>
14
- <Description>A library that allows you to easily embed and sandbox Lua in your application.</Description>
15
- <PackageTags>lua wrapper sandbox embed script</PackageTags>
+ <Description>Easily embed Lua 5.4 in your .NET application.</Description>
+ <PackageTags>lua wrapper sandbox embed script scripting</PackageTags>
16
<RepositoryUrl>https://github.com/Quahu/Laylua</RepositoryUrl>
17
<PackageProjectUrl>https://github.com/Quahu/Laylua</PackageProjectUrl>
18
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
0 commit comments