From 6b5b58dcaf363da5ac5a27731696905c38e4be6d Mon Sep 17 00:00:00 2001 From: gsfbuildbot Date: Fri, 19 Mar 2021 14:17:55 -0400 Subject: [PATCH] PTPSync: Version change for build v1.1.2.0-master. --- Build/Scripts/PTPSync.version | 2 +- .../Applications/PTPSync/PTPSync/Properties/AssemblyInfo.cs | 2 +- .../PTPSync/PTPSyncConsole/Properties/AssemblyInfo.cs | 2 +- .../PTPSync/PTPSyncServices/Properties/AssemblyInfo.cs | 2 +- .../PTPSync/PTPSyncShell/Properties/AssemblyInfo.cs | 6 +++--- .../PTPSyncManager/Properties/AssemblyInfo.cs | 6 +++--- .../ConfigurationSetupUtility/Properties/AssemblyInfo.cs | 6 +++--- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Build/Scripts/PTPSync.version b/Build/Scripts/PTPSync.version index 600d6806c..60a2738da 100644 --- a/Build/Scripts/PTPSync.version +++ b/Build/Scripts/PTPSync.version @@ -1 +1 @@ -1.1.1.0 \ No newline at end of file +1.1.2.0 \ No newline at end of file diff --git a/Source/Applications/PTPSync/PTPSync/Properties/AssemblyInfo.cs b/Source/Applications/PTPSync/PTPSync/Properties/AssemblyInfo.cs index 42d4a9bc6..73e0f2758 100644 --- a/Source/Applications/PTPSync/PTPSync/Properties/AssemblyInfo.cs +++ b/Source/Applications/PTPSync/PTPSync/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.0.129.0")] +[assembly: AssemblyVersion("1.1.2.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/PTPSync/PTPSyncConsole/Properties/AssemblyInfo.cs b/Source/Applications/PTPSync/PTPSyncConsole/Properties/AssemblyInfo.cs index ae04296b5..dd03a6950 100644 --- a/Source/Applications/PTPSync/PTPSyncConsole/Properties/AssemblyInfo.cs +++ b/Source/Applications/PTPSync/PTPSyncConsole/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.0.129.0")] +[assembly: AssemblyVersion("1.1.2.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/PTPSync/PTPSyncServices/Properties/AssemblyInfo.cs b/Source/Applications/PTPSync/PTPSyncServices/Properties/AssemblyInfo.cs index 30ecf3566..695b2fff7 100644 --- a/Source/Applications/PTPSync/PTPSyncServices/Properties/AssemblyInfo.cs +++ b/Source/Applications/PTPSync/PTPSyncServices/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.0.129.0")] +[assembly: AssemblyVersion("1.1.2.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/PTPSync/PTPSyncShell/Properties/AssemblyInfo.cs b/Source/Applications/PTPSync/PTPSyncShell/Properties/AssemblyInfo.cs index 98aa79185..90c2db4a9 100644 --- a/Source/Applications/PTPSync/PTPSyncShell/Properties/AssemblyInfo.cs +++ b/Source/Applications/PTPSync/PTPSyncShell/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.129.0")] -[assembly: AssemblyVersion("1.0.129.0")] -[assembly: AssemblyFileVersion("1.0.129.0")] +// [assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] diff --git a/Source/Applications/PTPSyncManager/PTPSyncManager/Properties/AssemblyInfo.cs b/Source/Applications/PTPSyncManager/PTPSyncManager/Properties/AssemblyInfo.cs index 0ae9c6668..21817c9e9 100644 --- a/Source/Applications/PTPSyncManager/PTPSyncManager/Properties/AssemblyInfo.cs +++ b/Source/Applications/PTPSyncManager/PTPSyncManager/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.129.0")] -[assembly: AssemblyVersion("1.0.129.0")] -[assembly: AssemblyFileVersion("1.0.129.0")] +// [assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] diff --git a/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs b/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs index aa5211886..663a6a77f 100644 --- 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.129.0")] -[assembly: AssemblyVersion("1.0.129.0")] -[assembly: AssemblyFileVersion("1.0.129.0")] +// [assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")]