From 849721dc0a9dbcdbc162801f696041cfc914dff7 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Mon, 26 Sep 2022 23:59:19 +0100 Subject: [PATCH] Update assembly file version to 6.0 --- GHManipulator_Alligator/AssemblyInfo.cs | 4 ++-- Grasshopper_Engine/Properties/AssemblyInfo.cs | 4 ++-- Grasshopper_UI/Properties/AssemblyInfo.cs | 4 ++-- Grasshopper_oM/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/GHManipulator_Alligator/AssemblyInfo.cs b/GHManipulator_Alligator/AssemblyInfo.cs index 527bf390..5ea94ee6 100644 --- a/GHManipulator_Alligator/AssemblyInfo.cs +++ b/GHManipulator_Alligator/AssemblyInfo.cs @@ -56,8 +56,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("5.0.0.0")] -[assembly: AssemblyFileVersion("5.3.0.0")] +[assembly: AssemblyVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.0.0.0")] diff --git a/Grasshopper_Engine/Properties/AssemblyInfo.cs b/Grasshopper_Engine/Properties/AssemblyInfo.cs index a6d667eb..34112fa6 100644 --- a/Grasshopper_Engine/Properties/AssemblyInfo.cs +++ b/Grasshopper_Engine/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("5.0.0.0")] -[assembly: AssemblyFileVersion("5.3.0.0")] +[assembly: AssemblyVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.0.0.0")] diff --git a/Grasshopper_UI/Properties/AssemblyInfo.cs b/Grasshopper_UI/Properties/AssemblyInfo.cs index 40f26efc..7f6c271a 100644 --- a/Grasshopper_UI/Properties/AssemblyInfo.cs +++ b/Grasshopper_UI/Properties/AssemblyInfo.cs @@ -56,8 +56,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("5.0.0.0")] -[assembly: AssemblyFileVersion("5.3.0.0")] +[assembly: AssemblyVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.0.0.0")] diff --git a/Grasshopper_oM/Properties/AssemblyInfo.cs b/Grasshopper_oM/Properties/AssemblyInfo.cs index 435dac08..a75859c3 100644 --- a/Grasshopper_oM/Properties/AssemblyInfo.cs +++ b/Grasshopper_oM/Properties/AssemblyInfo.cs @@ -54,6 +54,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.*")] -[assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.3.0.0")] +[assembly: AssemblyVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.0.0.0")]