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
3b9802f2
Commit
3b9802f2
authored
Jan 18, 2021
by
Vinicius Jarina
Browse files
Bump year
parent
8e100226
Changes
6
Show whitespace changes
Inline
Side-by-side
LICENSE
View file @
3b9802f2
Copyright (c) 202
0
Vinicius Jarina (viniciusjarina@gmail.com)
Copyright (c) 202
1
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 @
3b9802f2
...
@@ -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
0
</copyright>
<copyright>
Copyright © NLua 202
1
</copyright>
<tags>
lua nlua
</tags>
<tags>
lua nlua
</tags>
<dependencies>
<dependencies>
<dependency
id=
"KeraLua"
version=
"1.2.11"
/>
<dependency
id=
"KeraLua"
version=
"1.2.11"
/>
...
...
NLua.nuspec
View file @
3b9802f2
...
@@ -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
0
</copyright>
<copyright>
Copyright © NLua 202
1
</copyright>
<tags>
lua nlua
</tags>
<tags>
lua nlua
</tags>
<dependencies>
<dependencies>
<dependency
id=
"KeraLua"
version=
"1.2.11"
/>
<dependency
id=
"KeraLua"
version=
"1.2.11"
/>
...
...
README.md
View file @
3b9802f2
...
@@ -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
0
Vinicius Jarina (viniciusjarina@gmail.com)
Copyright (c) 202
1
Vinicius Jarina (viniciusjarina@gmail.com)
NLua 1.4.x
NLua 1.4.x
----------
----------
...
...
src/Properties/AssemblyInfo.cs
View file @
3b9802f2
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,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
0
"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © Vinicius Jarina 202
1
"
)]
[
assembly
:
AssemblyCulture
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
...
...
tests/src/Properties/AssemblyInfo.cs
View file @
3b9802f2
...
@@ -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
0
"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 202
1
"
)]
[
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