Skip to content

Commit ba556f5

Browse files
authored
Start of milestone changes for 9.1 (#333)
2 parents 5ec891b + 42c3b74 commit ba556f5

105 files changed

Lines changed: 223 additions & 125 deletions

File tree

Some content is hidden

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

LadybugTools_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 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -89,3 +89,4 @@ private List<object> RunCommand(IExecuteCommand command, ActionConfig actionConf
8989
}
9090

9191

92+

LadybugTools_Adapter/AdapterActions/Execute/DiurnalPlotCommand.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -109,3 +109,4 @@ private List<object> RunCommand(DiurnalPlotCommand command, ActionConfig actionC
109109
}
110110
}
111111
}
112+

LadybugTools_Adapter/AdapterActions/Execute/EPWToCSVCommand.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 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -96,3 +96,4 @@ private List<object> RunCommand(EPWToCSVCommand command, ActionConfig actionConf
9696
}
9797
}
9898
}
99+

LadybugTools_Adapter/AdapterActions/Execute/FacadeCondensationRiskCommand.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -110,3 +110,4 @@ private List<object> RunCommand(FacadeCondensationRiskCommand command, ActionCon
110110
}
111111
}
112112
}
113+

LadybugTools_Adapter/AdapterActions/Execute/GEMToHBJSONCommand.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 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -95,3 +95,4 @@ public List<object> RunCommand(GEMToHBJSONCommand command, ActionConfig actionCo
9595
}
9696
}
9797
}
98+

LadybugTools_Adapter/AdapterActions/Execute/GetMaterialCommand.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -86,3 +86,4 @@ private List<object> RunCommand(GetMaterialCommand command, ActionConfig actionC
8686
}
8787
}
8888
}
89+

LadybugTools_Adapter/AdapterActions/Execute/GetTypologyCommand.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -87,3 +87,4 @@ private List<object> RunCommand(GetTypologyCommand command, ActionConfig actionC
8787
}
8888
}
8989
}
90+

LadybugTools_Adapter/AdapterActions/Execute/HBJSONToGEMCommand.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 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -95,3 +95,4 @@ public List<object> RunCommand(HBJSONToGEMCommand command, ActionConfig actionCo
9595
}
9696
}
9797
}
98+

LadybugTools_Adapter/AdapterActions/Execute/HeatPlotCommand.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -98,3 +98,4 @@ private List<object> RunCommand(HeatPlotCommand command, ActionConfig actionConf
9898
}
9999
}
100100
}
101+

LadybugTools_Adapter/AdapterActions/Execute/RunExternalComfortCommand.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2026, 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.
@@ -85,3 +85,4 @@ private List<object> RunCommand(RunExternalComfortCommand command, ActionConfig
8585
}
8686
}
8787
}
88+

0 commit comments

Comments
 (0)