Split batch commands to own private classes

This commit is contained in:
Matt Nadareski
2021-02-17 14:43:24 -08:00
parent c10b65dfcc
commit 1ef8d8fcfb
2 changed files with 744 additions and 508 deletions

View File

@@ -12,8 +12,8 @@ namespace SabreTools.Core
/// <summary> /// <summary>
/// The current toolset version to be used by all child applications /// The current toolset version to be used by all child applications
/// </summary> /// </summary>
public readonly static string Version = $"v1.1.0"; //public readonly static string Version = $"v1.1.0";
//public readonly static string Version = $"v1.1.0-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}"; public readonly static string Version = $"v1.1.0-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}";
/// <summary> /// <summary>
/// Readies the console and outputs the header /// Readies the console and outputs the header

File diff suppressed because it is too large Load Diff