From fd7940e6fc3619080cc4e5133a4f8516d10634a0 Mon Sep 17 00:00:00 2001 From: gsfbuildbot Date: Sat, 23 Nov 2024 01:28:39 -0500 Subject: [PATCH] SIMProx: Version change for build v1.0.340.0-master. --- Build/Scripts/SIMProx.version | 2 +- .../Applications/SIMProx/SIMProx/Properties/AssemblyInfo.cs | 2 +- .../SIMProx/SIMProxConsole/Properties/AssemblyInfo.cs | 2 +- .../SIMProx/SIMProxServices/Properties/AssemblyInfo.cs | 2 +- .../SIMProx/SIMProxShell/Properties/AssemblyInfo.cs | 6 +++--- .../SIMProxManager/Properties/AssemblyInfo.cs | 6 +++--- .../ConfigurationSetupUtility/Properties/AssemblyInfo.cs | 6 +++--- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Build/Scripts/SIMProx.version b/Build/Scripts/SIMProx.version index 624c006e..c939b78f 100644 --- a/Build/Scripts/SIMProx.version +++ b/Build/Scripts/SIMProx.version @@ -1 +1 @@ -1.0.339.0 \ No newline at end of file +1.0.340.0 \ No newline at end of file diff --git a/Source/Applications/SIMProx/SIMProx/Properties/AssemblyInfo.cs b/Source/Applications/SIMProx/SIMProx/Properties/AssemblyInfo.cs index 9f4cea27..72ef1323 100644 --- a/Source/Applications/SIMProx/SIMProx/Properties/AssemblyInfo.cs +++ b/Source/Applications/SIMProx/SIMProx/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.0.339.0")] +[assembly: AssemblyVersion("1.0.340.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/SIMProx/SIMProxConsole/Properties/AssemblyInfo.cs b/Source/Applications/SIMProx/SIMProxConsole/Properties/AssemblyInfo.cs index f3fe9965..d8b32b73 100644 --- a/Source/Applications/SIMProx/SIMProxConsole/Properties/AssemblyInfo.cs +++ b/Source/Applications/SIMProx/SIMProxConsole/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.0.339.0")] +[assembly: AssemblyVersion("1.0.340.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/SIMProx/SIMProxServices/Properties/AssemblyInfo.cs b/Source/Applications/SIMProx/SIMProxServices/Properties/AssemblyInfo.cs index 719e897c..1b5fc3d3 100644 --- a/Source/Applications/SIMProx/SIMProxServices/Properties/AssemblyInfo.cs +++ b/Source/Applications/SIMProx/SIMProxServices/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.0.339.0")] +[assembly: AssemblyVersion("1.0.340.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/SIMProx/SIMProxShell/Properties/AssemblyInfo.cs b/Source/Applications/SIMProx/SIMProxShell/Properties/AssemblyInfo.cs index 23c148c7..c1682e37 100644 --- a/Source/Applications/SIMProx/SIMProxShell/Properties/AssemblyInfo.cs +++ b/Source/Applications/SIMProx/SIMProxShell/Properties/AssemblyInfo.cs @@ -31,6 +31,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.0.339.0")] -[assembly: AssemblyVersion("1.0.339.0")] -[assembly: AssemblyFileVersion("1.0.339.0")] +// [assembly: AssemblyVersion("1.0.340.0")] +[assembly: AssemblyVersion("1.0.340.0")] +[assembly: AssemblyFileVersion("1.0.340.0")] diff --git a/Source/Applications/SIMProxManager/SIMProxManager/Properties/AssemblyInfo.cs b/Source/Applications/SIMProxManager/SIMProxManager/Properties/AssemblyInfo.cs index 59ffe0c0..3f65183a 100644 --- a/Source/Applications/SIMProxManager/SIMProxManager/Properties/AssemblyInfo.cs +++ b/Source/Applications/SIMProxManager/SIMProxManager/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.0.339.0")] -[assembly: AssemblyVersion("1.0.339.0")] -[assembly: AssemblyFileVersion("1.0.339.0")] +// [assembly: AssemblyVersion("1.0.340.0")] +[assembly: AssemblyVersion("1.0.340.0")] +[assembly: AssemblyFileVersion("1.0.340.0")] diff --git a/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs b/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs index 96351bc5..fd8fc8e3 100755 --- a/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs +++ b/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs @@ -50,6 +50,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.0.339.0")] -[assembly: AssemblyVersion("1.0.339.0")] -[assembly: AssemblyFileVersion("1.0.339.0")] +// [assembly: AssemblyVersion("1.0.340.0")] +[assembly: AssemblyVersion("1.0.340.0")] +[assembly: AssemblyFileVersion("1.0.340.0")]