Skip to content

Commit 7a8c1ca

Browse files
authored
8.1 Deployment (#89)
2 parents 18e2d32 + 47550d2 commit 7a8c1ca

File tree

11 files changed

+19
-11
lines changed

11 files changed

+19
-11
lines changed

BHoMAnalytics_Adapter/BHoMAnalyticsAdapter.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.
@@ -107,3 +107,4 @@ private static MongoAdapter GetTargetDatabase()
107107

108108

109109

110+

BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
6-
<FileVersion>8.0.0.0</FileVersion>
6+
<FileVersion>8.1.0.0</FileVersion>
77
<AssemblyVersion>8.0.0.0</AssemblyVersion>
88
<RootNamespace>BH.Adapter.BHoMAnalytics</RootNamespace>
99
<OutputPath>..\Build\</OutputPath>

BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
6-
<FileVersion>8.0.0.0</FileVersion>
6+
<FileVersion>8.1.0.0</FileVersion>
77
<AssemblyVersion>8.0.0.0</AssemblyVersion>
88
<BaseOutputPath>..\Build\</BaseOutputPath>
99
<RootNamespace>BH.Engine.BHoMAnalytics</RootNamespace>

BHoMAnalytics_Engine/Compute/CollectUsageData.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.
@@ -106,3 +106,4 @@ public static List<UsageEntry> CollectUsageData(bool deleteProcessedFiles = fals
106106

107107

108108

109+

BHoMAnalytics_Engine/Compute/SummariseUsageData.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.
@@ -85,3 +85,4 @@ public static List<UsageEntry> SummariseUsageData(this List<UsageLogEntry> logEn
8585

8686

8787

88+

BHoMAnalytics_Engine/Create/ToolkitSettings.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.
@@ -55,3 +55,4 @@ public static ToolkitSettings ToolkitSettings(string serverAddress, string datab
5555

5656

5757

58+

BHoMAnalytics_oM/BHoMAnalytics_oM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
6-
<FileVersion>8.0.0.0</FileVersion>
6+
<FileVersion>8.1.0.0</FileVersion>
77
<AssemblyVersion>8.0.0.0</AssemblyVersion>
88
<RootNamespace>BH.oM.BHoMAnalytics</RootNamespace>
99
<OutputPath>..\Build\</OutputPath>

BHoMAnalytics_oM/Enums/ItemType.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.
@@ -42,3 +42,4 @@ public enum ItemType
4242

4343

4444

45+

BHoMAnalytics_oM/ToolkitSettings.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.
@@ -72,3 +72,4 @@ public ToolkitSettings(string serverAddress, string databaseName, string collect
7272

7373

7474

75+

BHoMAnalytics_oM/UsageEntry.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 class UsageEntry : BHoMObject
7575

7676

7777

78+

0 commit comments

Comments
 (0)