Commit 94f2c180 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Bump year + Release 1.6.2

parent ec2608e8
Copyright (c) 2021 Vinicius Jarina (viniciusjarina@gmail.com) Copyright (c) 2023 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
......
...@@ -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 2021</copyright> <copyright>Copyright © NLua 2023</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" />
......
...@@ -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 2021</copyright> <copyright>Copyright © NLua 2023</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" />
......
...@@ -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) 2021 Vinicius Jarina (viniciusjarina@gmail.com) Copyright (c) 2023 Vinicius Jarina (viniciusjarina@gmail.com)
NLua 1.4.x NLua 1.4.x
---------- ----------
......
...@@ -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 2021")] [assembly: AssemblyCopyright ("Copyright © Vinicius Jarina 2023")]
[assembly: AssemblyCulture ("")] [assembly: AssemblyCulture ("")]
......
...@@ -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 © 2021")] [assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment