20 lines
634 B
C#
20 lines
634 B
C#
using System.Reflection;
|
|
|
|
// Information about this assembly is defined by the following attributes.
|
|
// Change them to the values specific to your project.
|
|
|
|
[assembly: AssemblyTitle ("NLua (.NET Standard)")]
|
|
|
|
[assembly: AssemblyDescription ("NLua library")]
|
|
[assembly: AssemblyCompany ("NLua.org")]
|
|
[assembly: AssemblyProduct ("NLua")]
|
|
[assembly: AssemblyCopyright ("Copyright © Vinicius Jarina 2021")]
|
|
[assembly: AssemblyCulture ("")]
|
|
|
|
|
|
[assembly: AssemblyVersion("1.4.1.0")]
|
|
[assembly: AssemblyInformationalVersion("1.0.7+Branch.main.Sha.80a328a64f12ed9032a0f14a75e6ecad967514d0")]
|
|
[assembly: AssemblyFileVersion("1.4.1.0")]
|
|
|
|
|