Skip to content

Commit 7142dca

Browse files
authored
Start of milestone changes for 8.2 (#412)
2 parents 6039dcf + 31636bd commit 7142dca

File tree

2 files changed

+126
-126
lines changed

2 files changed

+126
-126
lines changed
Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
/*
2-
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
4-
*
5-
* Each contributor holds copyright over their respective contributions.
6-
* The project versioning (Git) records all such contribution source information.
7-
*
8-
*
9-
* The BHoM is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as published by
11-
* the Free Software Foundation, either version 3.0 of the License, or
12-
* (at your option) any later version.
13-
*
14-
* The BHoM is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU Lesser General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU Lesser General Public License
20-
* along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21-
*/
22-
23-
using System.Reflection;
24-
using System.Runtime.CompilerServices;
25-
using System.Runtime.InteropServices;
26-
27-
// General Information about an assembly is controlled through the following
28-
// set of attributes. Change these attribute values to modify the information
29-
// associated with an assembly.
30-
[assembly: AssemblyTitle("ExcelUI_Engine")]
1+
/*
2+
* This file is part of the Buildings and Habitats object Model (BHoM)
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
4+
*
5+
* Each contributor holds copyright over their respective contributions.
6+
* The project versioning (Git) records all such contribution source information.
7+
*
8+
*
9+
* The BHoM is free software: you can redistribute it and/or modify
10+
* it under the terms of the GNU Lesser General Public License as published by
11+
* the Free Software Foundation, either version 3.0 of the License, or
12+
* (at your option) any later version.
13+
*
14+
* The BHoM is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* GNU Lesser General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU Lesser General Public License
20+
* along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21+
*/
22+
23+
using System.Reflection;
24+
using System.Runtime.CompilerServices;
25+
using System.Runtime.InteropServices;
26+
27+
// General Information about an assembly is controlled through the following
28+
// set of attributes. Change these attribute values to modify the information
29+
// associated with an assembly.
30+
[assembly: AssemblyTitle("ExcelUI_Engine")]
3131
[assembly: AssemblyDescription("https://github.com/BHoM/Excel_UI")]
32-
[assembly: AssemblyConfiguration("")]
33-
[assembly: AssemblyCompany("")]
34-
[assembly: AssemblyProduct("BHoM")]
35-
[assembly: AssemblyCopyright("Copyright © https://github.com/BHoM")]
36-
[assembly: AssemblyTrademark("")]
37-
[assembly: AssemblyCulture("")]
38-
39-
// Setting ComVisible to false makes the types in this assembly not visible
40-
// to COM components. If you need to access a type in this assembly from
41-
// COM, set the ComVisible attribute to true on that type.
42-
[assembly: ComVisible(false)]
43-
44-
// The following GUID is for the ID of the typelib if this project is exposed to COM
45-
[assembly: Guid("119988e5-0e23-4a5a-a2fa-c0336b2e68e9")]
46-
47-
// Version information for an assembly consists of the following four values:
48-
//
49-
// Major Version
50-
// Minor Version
51-
// Build Number
52-
// Revision
53-
//
54-
// You can specify all the values or you can default the Build and Revision Numbers
55-
// by using the '*' as shown below:
56-
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("8.0.0.0")]
58-
[assembly: AssemblyFileVersion("8.1.0.0")]
59-
60-
61-
62-
63-
64-
32+
[assembly: AssemblyConfiguration("")]
33+
[assembly: AssemblyCompany("")]
34+
[assembly: AssemblyProduct("BHoM")]
35+
[assembly: AssemblyCopyright("Copyright © https://github.com/BHoM")]
36+
[assembly: AssemblyTrademark("")]
37+
[assembly: AssemblyCulture("")]
38+
39+
// Setting ComVisible to false makes the types in this assembly not visible
40+
// to COM components. If you need to access a type in this assembly from
41+
// COM, set the ComVisible attribute to true on that type.
42+
[assembly: ComVisible(false)]
43+
44+
// The following GUID is for the ID of the typelib if this project is exposed to COM
45+
[assembly: Guid("119988e5-0e23-4a5a-a2fa-c0336b2e68e9")]
46+
47+
// Version information for an assembly consists of the following four values:
48+
//
49+
// Major Version
50+
// Minor Version
51+
// Build Number
52+
// Revision
53+
//
54+
// You can specify all the values or you can default the Build and Revision Numbers
55+
// by using the '*' as shown below:
56+
// [assembly: AssemblyVersion("1.0.*")]
57+
[assembly: AssemblyVersion("8.0.0.0")]
58+
[assembly: AssemblyFileVersion("8.2.0.0")]
59+
60+
61+
62+
63+
64+

Excel_UI/Properties/AssemblyInfo.cs

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
/*
2-
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
4-
*
5-
* Each contributor holds copyright over their respective contributions.
6-
* The project versioning (Git) records all such contribution source information.
7-
*
8-
*
9-
* The BHoM is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as published by
11-
* the Free Software Foundation, either version 3.0 of the License, or
12-
* (at your option) any later version.
13-
*
14-
* The BHoM is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU Lesser General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU Lesser General Public License
20-
* along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21-
*/
22-
23-
using System.Reflection;
24-
using System.Runtime.CompilerServices;
25-
using System.Runtime.InteropServices;
26-
27-
// General Information about an assembly is controlled through the following
28-
// set of attributes. Change these attribute values to modify the information
29-
// associated with an assembly.
30-
[assembly: AssemblyTitle("Excel_UI")]
1+
/*
2+
* This file is part of the Buildings and Habitats object Model (BHoM)
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
4+
*
5+
* Each contributor holds copyright over their respective contributions.
6+
* The project versioning (Git) records all such contribution source information.
7+
*
8+
*
9+
* The BHoM is free software: you can redistribute it and/or modify
10+
* it under the terms of the GNU Lesser General Public License as published by
11+
* the Free Software Foundation, either version 3.0 of the License, or
12+
* (at your option) any later version.
13+
*
14+
* The BHoM is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* GNU Lesser General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU Lesser General Public License
20+
* along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21+
*/
22+
23+
using System.Reflection;
24+
using System.Runtime.CompilerServices;
25+
using System.Runtime.InteropServices;
26+
27+
// General Information about an assembly is controlled through the following
28+
// set of attributes. Change these attribute values to modify the information
29+
// associated with an assembly.
30+
[assembly: AssemblyTitle("Excel_UI")]
3131
[assembly: AssemblyDescription("https://github.com/BHoM/Excel_UI")]
32-
[assembly: AssemblyConfiguration("")]
33-
[assembly: AssemblyCompany("")]
34-
[assembly: AssemblyProduct("BHoM")]
35-
[assembly: AssemblyCopyright("Copyright © https://github.com/BHoM")]
36-
[assembly: AssemblyTrademark("")]
37-
[assembly: AssemblyCulture("")]
38-
39-
// Setting ComVisible to false makes the types in this assembly not visible
40-
// to COM components. If you need to access a type in this assembly from
41-
// COM, set the ComVisible attribute to true on that type.
42-
[assembly: ComVisible(false)]
43-
44-
// The following GUID is for the ID of the typelib if this project is exposed to COM
45-
[assembly: Guid("0faf6feb-80c3-474a-92bb-c886424ccbc8")]
46-
47-
// Version information for an assembly consists of the following four values:
48-
//
49-
// Major Version
50-
// Minor Version
51-
// Build Number
52-
// Revision
53-
//
54-
// You can specify all the values or you can default the Build and Revision Numbers
55-
// by using the '*' as shown below:
56-
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("8.0.0.0")]
58-
[assembly: AssemblyFileVersion("8.1.0.0")]
59-
60-
61-
62-
63-
64-
32+
[assembly: AssemblyConfiguration("")]
33+
[assembly: AssemblyCompany("")]
34+
[assembly: AssemblyProduct("BHoM")]
35+
[assembly: AssemblyCopyright("Copyright © https://github.com/BHoM")]
36+
[assembly: AssemblyTrademark("")]
37+
[assembly: AssemblyCulture("")]
38+
39+
// Setting ComVisible to false makes the types in this assembly not visible
40+
// to COM components. If you need to access a type in this assembly from
41+
// COM, set the ComVisible attribute to true on that type.
42+
[assembly: ComVisible(false)]
43+
44+
// The following GUID is for the ID of the typelib if this project is exposed to COM
45+
[assembly: Guid("0faf6feb-80c3-474a-92bb-c886424ccbc8")]
46+
47+
// Version information for an assembly consists of the following four values:
48+
//
49+
// Major Version
50+
// Minor Version
51+
// Build Number
52+
// Revision
53+
//
54+
// You can specify all the values or you can default the Build and Revision Numbers
55+
// by using the '*' as shown below:
56+
// [assembly: AssemblyVersion("1.0.*")]
57+
[assembly: AssemblyVersion("8.0.0.0")]
58+
[assembly: AssemblyFileVersion("8.2.0.0")]
59+
60+
61+
62+
63+
64+

0 commit comments

Comments
 (0)