From beae21eafff5b8dd7dd4a647a7f12f474c434f28 Mon Sep 17 00:00:00 2001 From: gsfbuildbot Date: Mon, 4 Dec 2023 09:26:08 -0500 Subject: [PATCH] SIEGate: Version change for build v1.8.289.0-master. --- Build/Scripts/SIEGate.version | 2 +- .../Applications/SIEGate/SIEGate/Properties/AssemblyInfo.cs | 4 ++-- .../SIEGate/SIEGateConsole/Properties/AssemblyInfo.cs | 2 +- .../Applications/SIEGateManager/Properties/AssemblyInfo.cs | 6 +++--- .../ConfigurationSetupUtility/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Build/Scripts/SIEGate.version b/Build/Scripts/SIEGate.version index b24ccc7c04..6af61c9f8c 100644 --- a/Build/Scripts/SIEGate.version +++ b/Build/Scripts/SIEGate.version @@ -1 +1 @@ -1.8.288.0 \ No newline at end of file +1.8.289.0 \ No newline at end of file diff --git a/Source/Applications/SIEGate/SIEGate/Properties/AssemblyInfo.cs b/Source/Applications/SIEGate/SIEGate/Properties/AssemblyInfo.cs index 92e4ac15d3..1fccbec007 100644 --- a/Source/Applications/SIEGate/SIEGate/Properties/AssemblyInfo.cs +++ b/Source/Applications/SIEGate/SIEGate/Properties/AssemblyInfo.cs @@ -20,5 +20,5 @@ [assembly: Guid("B49F061B-549F-4C3A-A2D6-47C2356D2BC1")] // Assembly identity attributes. -[assembly: AssemblyVersion("1.8.288.0")] -[assembly: AssemblyFileVersion("1.8.288.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.8.289.0")] +[assembly: AssemblyFileVersion("1.8.289.0")] \ No newline at end of file diff --git a/Source/Applications/SIEGate/SIEGateConsole/Properties/AssemblyInfo.cs b/Source/Applications/SIEGate/SIEGateConsole/Properties/AssemblyInfo.cs index dd3865b13b..d2635a3c4f 100644 --- a/Source/Applications/SIEGate/SIEGateConsole/Properties/AssemblyInfo.cs +++ b/Source/Applications/SIEGate/SIEGateConsole/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.8.288.0")] +[assembly: AssemblyVersion("1.8.289.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/SIEGateManager/Properties/AssemblyInfo.cs b/Source/Applications/SIEGateManager/Properties/AssemblyInfo.cs index cf01872b5c..10d798b6d4 100644 --- a/Source/Applications/SIEGateManager/Properties/AssemblyInfo.cs +++ b/Source/Applications/SIEGateManager/Properties/AssemblyInfo.cs @@ -53,6 +53,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("1.8.288.0")] -[assembly: AssemblyVersion("1.8.288.0")] -[assembly: AssemblyFileVersion("1.8.288.0")] +// [assembly: AssemblyVersion("1.8.289.0")] +[assembly: AssemblyVersion("1.8.289.0")] +[assembly: AssemblyFileVersion("1.8.289.0")] diff --git a/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs b/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs index 23e55c973a..f403defe9a 100644 --- a/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs +++ b/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("1.8.288.0")] -[assembly: AssemblyVersion("1.8.288.0")] +// [assembly: AssemblyVersion("1.8.289.0")] +[assembly: AssemblyVersion("1.8.289.0")]