mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Style] Add Date to build title
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
using SabreTools.Helper.Tools;
|
||||
|
||||
namespace SabreTools.Helper.Data
|
||||
{
|
||||
@@ -7,7 +10,7 @@ namespace SabreTools.Helper.Data
|
||||
/// <summary>
|
||||
/// The current toolset version to be used by all child applications
|
||||
/// </summary>
|
||||
public const string Version = "v0.9.3";
|
||||
public static string Version = "v0.9.3-" + Assembly.GetExecutingAssembly().GetLinkerTime().ToString("yyyy-MM-dd HH:mm:ss");
|
||||
public const int HeaderHeight = 3;
|
||||
|
||||
#region 0-byte file constants
|
||||
|
||||
Reference in New Issue
Block a user