[Style] Add Date to build title

This commit is contained in:
Matt Nadareski
2016-10-25 16:47:50 -07:00
parent 1e947dbdf8
commit 6d1ed1ecaf
3 changed files with 32 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ namespace SabreTools.Helper.Data
Console.BackgroundColor = ConsoleColor.Blue;
}
Console.Title = "SabreTools-" + name + " " + Constants.Version;
Console.Title = name + " " + Constants.Version;
// Output the header
Console.WriteLine(border);