From 0585bc08bec030feb818202dd58b77ba7d7e3daa Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Mon, 27 Jun 2022 09:56:43 +0100 Subject: [PATCH] Update assembly file version to 5.3 --- GHManipulator_Alligator/AssemblyInfo.cs | 2 +- Grasshopper_Engine/Properties/AssemblyInfo.cs | 2 +- Grasshopper_UI/Properties/AssemblyInfo.cs | 2 +- Grasshopper_oM/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GHManipulator_Alligator/AssemblyInfo.cs b/GHManipulator_Alligator/AssemblyInfo.cs index ae5c8c1a..c92f443a 100644 --- a/GHManipulator_Alligator/AssemblyInfo.cs +++ b/GHManipulator_Alligator/AssemblyInfo.cs @@ -57,7 +57,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.2.0.0")] +[assembly: AssemblyFileVersion("5.3.0.0")] diff --git a/Grasshopper_Engine/Properties/AssemblyInfo.cs b/Grasshopper_Engine/Properties/AssemblyInfo.cs index ffeaa4b7..730b8263 100644 --- a/Grasshopper_Engine/Properties/AssemblyInfo.cs +++ b/Grasshopper_Engine/Properties/AssemblyInfo.cs @@ -55,7 +55,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.2.0.0")] +[assembly: AssemblyFileVersion("5.3.0.0")] diff --git a/Grasshopper_UI/Properties/AssemblyInfo.cs b/Grasshopper_UI/Properties/AssemblyInfo.cs index 51deb5af..9fb47701 100644 --- a/Grasshopper_UI/Properties/AssemblyInfo.cs +++ b/Grasshopper_UI/Properties/AssemblyInfo.cs @@ -57,7 +57,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.2.0.0")] +[assembly: AssemblyFileVersion("5.3.0.0")] diff --git a/Grasshopper_oM/Properties/AssemblyInfo.cs b/Grasshopper_oM/Properties/AssemblyInfo.cs index 479af0a4..edf580dd 100644 --- a/Grasshopper_oM/Properties/AssemblyInfo.cs +++ b/Grasshopper_oM/Properties/AssemblyInfo.cs @@ -55,5 +55,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.2.0.0")] +[assembly: AssemblyFileVersion("5.3.0.0")]