From 7d806afdca399db4edf176d1f51eb457472c6434 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Fri, 20 Sep 2024 13:24:50 +0200 Subject: [PATCH] Update assembly file version to 8.0.0.0 and AssemblyVersion to 8.0.0.0 --- GSA_Adapter/Properties/AssemblyInfo.cs | 4 ++-- GSA_Engine/Properties/AssemblyInfo.cs | 4 ++-- GSA_oM/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GSA_Adapter/Properties/AssemblyInfo.cs b/GSA_Adapter/Properties/AssemblyInfo.cs index 2dda8f6..eec0e4a 100644 --- a/GSA_Adapter/Properties/AssemblyInfo.cs +++ b/GSA_Adapter/Properties/AssemblyInfo.cs @@ -53,8 +53,8 @@ // 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.*")] -[assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.3.0.0")] +[assembly: AssemblyVersion("8.0.0.0")] +[assembly: AssemblyFileVersion("8.0.0.0")] diff --git a/GSA_Engine/Properties/AssemblyInfo.cs b/GSA_Engine/Properties/AssemblyInfo.cs index 26cd6d5..7250074 100644 --- a/GSA_Engine/Properties/AssemblyInfo.cs +++ b/GSA_Engine/Properties/AssemblyInfo.cs @@ -53,8 +53,8 @@ // 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.*")] -[assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.3.0.0")] +[assembly: AssemblyVersion("8.0.0.0")] +[assembly: AssemblyFileVersion("8.0.0.0")] diff --git a/GSA_oM/Properties/AssemblyInfo.cs b/GSA_oM/Properties/AssemblyInfo.cs index b7c9baa..fc93841 100644 --- a/GSA_oM/Properties/AssemblyInfo.cs +++ b/GSA_oM/Properties/AssemblyInfo.cs @@ -54,8 +54,8 @@ // 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.*")] -[assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.3.0.0")] +[assembly: AssemblyVersion("8.0.0.0")] +[assembly: AssemblyFileVersion("8.0.0.0")]