From 8accfd5405411cd652cedadf37187360f5a4205e Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 13 Feb 2022 13:09:56 -0600 Subject: [PATCH] Tweaked pre-build event logic --- HWiNFOVSBViewer/BuildInfo.cs | 6 +++--- HWiNFOVSBViewer/Powershell/GenBuildInfo.ps1 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HWiNFOVSBViewer/BuildInfo.cs b/HWiNFOVSBViewer/BuildInfo.cs index e8dc906..551c81e 100644 --- a/HWiNFOVSBViewer/BuildInfo.cs +++ b/HWiNFOVSBViewer/BuildInfo.cs @@ -1,7 +1,7 @@ // Copyright(c) Tim Kennedy. All Rights Reserved. Licensed under the MIT License. // // This file is generated during the pre-build event by GenBuildInfo.ps1. -// Do not change this file as any changes to BuildInfo.cs will be overwritten. +// Any edits to this file will be overwritten during the next build! using System; @@ -9,9 +9,9 @@ namespace HWiNFOVSBViewer { public static class BuildInfo { - public const string CommitIDString = "9972153"; + public const string CommitIDString = "dc64c72"; - public const string BuildDateString = "02/13/2022 11:59:02"; + public const string BuildDateString = "02/13/2022 12:28:19"; public static readonly DateTime BuildDateObj = DateTime.Parse(BuildDateString); } diff --git a/HWiNFOVSBViewer/Powershell/GenBuildInfo.ps1 b/HWiNFOVSBViewer/Powershell/GenBuildInfo.ps1 index 879d40c..7bd9742 100644 --- a/HWiNFOVSBViewer/Powershell/GenBuildInfo.ps1 +++ b/HWiNFOVSBViewer/Powershell/GenBuildInfo.ps1 @@ -6,7 +6,7 @@ $class = "// Copyright(c) Tim Kennedy. All Rights Reserved. Licensed under the MIT License. // // This file is generated during the pre-build event by GenBuildInfo.ps1. -// Do not change this file as any changes to $outputFile will be overwritten. +// Any edits to this file will be overwritten during the next build! using System;