diff --git a/BHoM_Installer/BHoM_Installer.wixproj b/BHoM_Installer/BHoM_Installer.wixproj
index 77b6ad4..88df60b 100644
--- a/BHoM_Installer/BHoM_Installer.wixproj
+++ b/BHoM_Installer/BHoM_Installer.wixproj
@@ -4,7 +4,7 @@
Debug
x86
8
- 1
+ 2
$(MajorVersion).$(MinorVersion)
diff --git a/InstallerCA/ClosePromptForm.cs b/InstallerCA/ClosePromptForm.cs
index 4d7114f..764bb85 100644
--- a/InstallerCA/ClosePromptForm.cs
+++ b/InstallerCA/ClosePromptForm.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -40,3 +40,4 @@ private void OkButtonClick(object sender, EventArgs e) {
+
diff --git a/InstallerCA/ClosePromptForm.designer.cs b/InstallerCA/ClosePromptForm.designer.cs
index f0eaa14..3b42bad 100644
--- a/InstallerCA/ClosePromptForm.designer.cs
+++ b/InstallerCA/ClosePromptForm.designer.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -101,3 +101,4 @@ private void InitializeComponent() {
}
+
diff --git a/InstallerCA/CustomAction.cs b/InstallerCA/CustomAction.cs
index aa7a631..9d3f349 100644
--- a/InstallerCA/CustomAction.cs
+++ b/InstallerCA/CustomAction.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -350,3 +350,4 @@ public static string GetAddInName(string szXll32Name, string szXll64Name, string
+
diff --git a/InstallerCA/InstallerClass.Designer.cs b/InstallerCA/InstallerClass.Designer.cs
index a1f784b..03ce898 100644
--- a/InstallerCA/InstallerClass.Designer.cs
+++ b/InstallerCA/InstallerClass.Designer.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -58,3 +58,4 @@ private void InitializeComponent()
}
+
diff --git a/InstallerCA/InstallerClass.cs b/InstallerCA/InstallerClass.cs
index 2c874f5..5245c86 100644
--- a/InstallerCA/InstallerClass.cs
+++ b/InstallerCA/InstallerClass.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -189,3 +189,4 @@ public override void Uninstall(IDictionary savedState)
+
diff --git a/InstallerCA/PromptCloseApplication.cs b/InstallerCA/PromptCloseApplication.cs
index e0026a5..f0cf7fd 100644
--- a/InstallerCA/PromptCloseApplication.cs
+++ b/InstallerCA/PromptCloseApplication.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -138,3 +138,4 @@ public void Dispose()
+
diff --git a/InstallerCA/Properties/AssemblyInfo.cs b/InstallerCA/Properties/AssemblyInfo.cs
index a3c3500..7d43296 100644
--- a/InstallerCA/Properties/AssemblyInfo.cs
+++ b/InstallerCA/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -53,8 +53,9 @@
// 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("8.0.0.0")]
+[assembly: AssemblyFileVersion("8.2.0.0")]
+
diff --git a/InstallerCA/WindowWrapper.cs b/InstallerCA/WindowWrapper.cs
index 0ebf8b4..edc5727 100644
--- a/InstallerCA/WindowWrapper.cs
+++ b/InstallerCA/WindowWrapper.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -40,3 +40,4 @@ public IntPtr Handle {
+