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