From a1271b27b36dd7a98a6cae4c21dc9fe7661de38a Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Sun, 5 Jun 2022 22:05:05 -0700 Subject: [PATCH] Update Product Version to use Commit Date instead of Commit Hash --- meshservice/prebuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshservice/prebuild.ps1 b/meshservice/prebuild.ps1 index 0818338..8f39eab 100644 --- a/meshservice/prebuild.ps1 +++ b/meshservice/prebuild.ps1 @@ -61,7 +61,7 @@ for($x=0;$x -lt $i.length;++$x) # Update the ProductVersion # $current = $z[3]; - $z[3] = "Commit: " + $hash; + $z[3] = "Commit: " + $hashdate; $updated = $z[3]; } if($z[1] -eq "FileVersion")