Skip to content

Commit 6ab0f55

Browse files
Start of milestone changes for 8.1 (#393)
2 parents 504211b + 6780ac1 commit 6ab0f55

File tree

208 files changed

+419
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+419
-212
lines changed

MidasCivil_Adapter/AdapterActions/Execute.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.
@@ -289,3 +289,4 @@ private static void CopyAll(DirectoryInfo sourceDirectory, DirectoryInfo targetD
289289

290290

291291

292+

MidasCivil_Adapter/CRUD/Create/Create.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.
@@ -147,3 +147,4 @@ protected override bool ICreate<T>(IEnumerable<T> objects, ActionConfig actionCo
147147

148148

149149

150+

MidasCivil_Adapter/CRUD/Create/Elements/Element.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.
@@ -91,3 +91,4 @@ private bool CreateCollection(IEnumerable<FEMesh> meshes)
9191

9292

9393

94+

MidasCivil_Adapter/CRUD/Create/Elements/Node.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.
@@ -73,3 +73,4 @@ private bool CreateCollection(IEnumerable<Node> nodes)
7373

7474

7575

76+

MidasCivil_Adapter/CRUD/Create/Elements/RigidLink.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.
@@ -57,3 +57,4 @@ private bool CreateCollection(IEnumerable<RigidLink> links)
5757

5858

5959

60+

MidasCivil_Adapter/CRUD/Create/Loads/AreaDifferentialTemperatureLoad.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.
@@ -75,3 +75,4 @@ public bool CreateCollection(IEnumerable<AreaDifferentialTemperatureLoad> areaDi
7575

7676

7777

78+

MidasCivil_Adapter/CRUD/Create/Loads/AreaUniformTemperatureLoads.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.
@@ -73,3 +73,4 @@ public bool CreateCollection(IEnumerable<AreaUniformTemperatureLoad> areaUniform
7373

7474

7575

76+

MidasCivil_Adapter/CRUD/Create/Loads/AreaUniformlyDistributedLoads.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.
@@ -92,3 +92,4 @@ public bool CreateCollection(IEnumerable<AreaUniformlyDistributedLoad> areaUnifo
9292

9393

9494

95+

MidasCivil_Adapter/CRUD/Create/Loads/BarDifferentialTemperatureLoad.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.
@@ -79,3 +79,4 @@ private bool CreateCollection(IEnumerable<BarDifferentialTemperatureLoad> barDif
7979

8080

8181

82+

MidasCivil_Adapter/CRUD/Create/Loads/BarPointLoads.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.
@@ -104,3 +104,4 @@ private bool CreateCollection(IEnumerable<BarPointLoad> barPointLoads)
104104

105105

106106

107+

0 commit comments

Comments
 (0)