Skip to content

Commit

Permalink
Tweaked pre-build event logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Feb 13, 2022
1 parent dc64c72 commit 8accfd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions HWiNFOVSBViewer/BuildInfo.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// 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;

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);
}
Expand Down
2 changes: 1 addition & 1 deletion HWiNFOVSBViewer/Powershell/GenBuildInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8accfd5

Please sign in to comment.