mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Bump version to 1.0.6
This commit is contained in:
@@ -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.0.5";
|
public readonly static string Version = $"v1.0.6";
|
||||||
public readonly static string Version = $"v1.0.5-{File.GetCreationTime(Assembly.GetExecutingAssembly().Location):yyyy-MM-dd HH:mm:ss}";
|
//public readonly static string Version = $"v1.0.6-{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
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# version format
|
# version format
|
||||||
version: 1.0.5-test_{build}
|
version: 1.0.6-test_{build}
|
||||||
|
|
||||||
# vm template
|
# vm template
|
||||||
image: Visual Studio 2019
|
image: Visual Studio 2019
|
||||||
|
|||||||
Reference in New Issue
Block a user