From b166c4ab79a7e5a68c3bd5b45d280cc538a24d5d Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Mon, 26 Sep 2022 23:59:37 +0100 Subject: [PATCH] Update assembly file version to 6.0 --- HTTP_Adapter/Properties/AssemblyInfo.cs | 4 ++-- HTTP_Engine/Properties/AssemblyInfo.cs | 4 ++-- HTTP_oM/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HTTP_Adapter/Properties/AssemblyInfo.cs b/HTTP_Adapter/Properties/AssemblyInfo.cs index 6a5e936..be6bb9c 100644 --- a/HTTP_Adapter/Properties/AssemblyInfo.cs +++ b/HTTP_Adapter/Properties/AssemblyInfo.cs @@ -54,7 +54,7 @@ // 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/HTTP_Engine/Properties/AssemblyInfo.cs b/HTTP_Engine/Properties/AssemblyInfo.cs index db488d1..edc4430 100644 --- a/HTTP_Engine/Properties/AssemblyInfo.cs +++ b/HTTP_Engine/Properties/AssemblyInfo.cs @@ -54,7 +54,7 @@ // 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/HTTP_oM/Properties/AssemblyInfo.cs b/HTTP_oM/Properties/AssemblyInfo.cs index 8bdfae4..954f504 100644 --- a/HTTP_oM/Properties/AssemblyInfo.cs +++ b/HTTP_oM/Properties/AssemblyInfo.cs @@ -54,7 +54,7 @@ // 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")]