Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
94f2c180
Commit
94f2c180
authored
Feb 03, 2023
by
Vinicius Jarina
Browse files
Bump year + Release 1.6.2
parent
ec2608e8
Changes
6
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
94f2c180
Copyright (c) 202
1
Vinicius Jarina (viniciusjarina@gmail.com)
Copyright (c) 202
3
Vinicius Jarina (viniciusjarina@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
...
NLua.Symbol.nuspec
View file @
94f2c180
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<description>
NLua Package.
</description>
<description>
NLua Package.
</description>
<summary>
NLua allow use Lua from C#, using Windows, Linux, Mac, iOS , Android.
</summary>
<summary>
NLua allow use Lua from C#, using Windows, Linux, Mac, iOS , Android.
</summary>
<releaseNotes>
Release: 2bffe65
</releaseNotes>
<releaseNotes>
Release: 2bffe65
</releaseNotes>
<copyright>
Copyright © NLua 202
1
</copyright>
<copyright>
Copyright © NLua 202
3
</copyright>
<tags>
lua nlua
</tags>
<tags>
lua nlua
</tags>
<dependencies>
<dependencies>
<dependency
id=
"KeraLua"
version=
"1.3.2"
/>
<dependency
id=
"KeraLua"
version=
"1.3.2"
/>
...
...
NLua.nuspec
View file @
94f2c180
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<description>
NLua Package.
</description>
<description>
NLua Package.
</description>
<summary>
NLua allow use Lua from C#, using Windows, UWP, Linux, Android, Mac, iOS , tvOS.
</summary>
<summary>
NLua allow use Lua from C#, using Windows, UWP, Linux, Android, Mac, iOS , tvOS.
</summary>
<releaseNotes>
Release: 2bffe65
</releaseNotes>
<releaseNotes>
Release: 2bffe65
</releaseNotes>
<copyright>
Copyright © NLua 202
1
</copyright>
<copyright>
Copyright © NLua 202
3
</copyright>
<tags>
lua nlua
</tags>
<tags>
lua nlua
</tags>
<dependencies>
<dependencies>
<dependency
id=
"KeraLua"
version=
"1.3.2"
/>
<dependency
id=
"KeraLua"
version=
"1.3.2"
/>
...
...
README.md
View file @
94f2c180
...
@@ -222,7 +222,7 @@ You can re-write the `import` function before load the user script and if the us
...
@@ -222,7 +222,7 @@ You can re-write the `import` function before load the user script and if the us
[
Lua-Sandbox user-list
](
http://lua-users.org/wiki/SandBoxes
)
[
Lua-Sandbox user-list
](
http://lua-users.org/wiki/SandBoxes
)
Copyright (c) 202
1
Vinicius Jarina (viniciusjarina@gmail.com)
Copyright (c) 202
3
Vinicius Jarina (viniciusjarina@gmail.com)
NLua 1.4.x
NLua 1.4.x
----------
----------
...
...
src/Properties/AssemblyInfo.cs
View file @
94f2c180
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
[
assembly
:
AssemblyDescription
(
"NLua library"
)]
[
assembly
:
AssemblyDescription
(
"NLua library"
)]
[
assembly
:
AssemblyCompany
(
"NLua.org"
)]
[
assembly
:
AssemblyCompany
(
"NLua.org"
)]
[
assembly
:
AssemblyProduct
(
"NLua"
)]
[
assembly
:
AssemblyProduct
(
"NLua"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © Vinicius Jarina 202
1
"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © Vinicius Jarina 202
3
"
)]
[
assembly
:
AssemblyCulture
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
...
...
tests/src/Properties/AssemblyInfo.cs
View file @
94f2c180
...
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
...
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyProduct
(
"NLuaTest"
)]
[
assembly
:
AssemblyProduct
(
"NLuaTest"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 202
1
"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 202
3
"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment