Skip to content

Commit be7bcd7

Browse files
authored
Merge pull request #235 from BHoM/develop
8.2 Deployment
2 parents a9ecc80 + c721421 commit be7bcd7

File tree

9 files changed

+19
-11
lines changed

9 files changed

+19
-11
lines changed

BHoM_Installer/BHoM_Installer.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
66
<MajorVersion Condition=" '$(MajorVersion)' == '' ">8</MajorVersion>
7-
<MinorVersion Condition=" '$(MinorVersion)' == '' ">1</MinorVersion>
7+
<MinorVersion Condition=" '$(MinorVersion)' == '' ">2</MinorVersion>
88
<VersionSuffix>
99
</VersionSuffix>
1010
<ProductVersion>$(MajorVersion).$(MinorVersion)</ProductVersion>

InstallerCA/ClosePromptForm.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -40,3 +40,4 @@ private void OkButtonClick(object sender, EventArgs e) {
4040

4141

4242

43+

InstallerCA/ClosePromptForm.designer.cs

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

InstallerCA/CustomAction.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -350,3 +350,4 @@ public static string GetAddInName(string szXll32Name, string szXll64Name, string
350350

351351

352352

353+

InstallerCA/InstallerClass.Designer.cs

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

InstallerCA/InstallerClass.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -189,3 +189,4 @@ public override void Uninstall(IDictionary savedState)
189189

190190

191191

192+

InstallerCA/PromptCloseApplication.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -138,3 +138,4 @@ public void Dispose()
138138

139139

140140

141+

InstallerCA/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -53,8 +53,9 @@
5353
// You can specify all the values or you can default the Build and Revision Numbers
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
56-
[assembly: AssemblyVersion("5.0.0.0")]
57-
[assembly: AssemblyFileVersion("5.3.0.0")]
56+
[assembly: AssemblyVersion("8.0.0.0")]
57+
[assembly: AssemblyFileVersion("8.2.0.0")]
58+
5859

5960

6061

InstallerCA/WindowWrapper.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -40,3 +40,4 @@ public IntPtr Handle {
4040

4141

4242

43+

0 commit comments

Comments
 (0)