Revise version string and make it statically accessible
This commit is contained in:
parent
debb0fc973
commit
6fd2aa62dd
1 changed files with 3 additions and 2 deletions
5
LibAC.cs
5
LibAC.cs
|
@ -5,12 +5,13 @@ using System.Reflection;
|
|||
[assembly:AssemblyDefaultAlias("LibAC")]
|
||||
[assembly:AssemblyTitle("LibAC")]
|
||||
[assembly:AssemblyDescription("Aria's Creations Common Code Library")]
|
||||
[assembly:AssemblyVersion("1.3.121624.2112")]
|
||||
[assembly:AssemblyVersion("1.3.0.1")]
|
||||
|
||||
namespace LibAC
|
||||
{
|
||||
public class LibAC
|
||||
{
|
||||
|
||||
public static readonly string BUILD_DATE = "121624";
|
||||
public static readonly string BUILD_TIME = "2121";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue