Skip to content

Commit

Permalink
7.1 Deployment (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored Mar 27, 2024
2 parents 64249a7 + 83c07d3 commit aef43b3
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 315 deletions.
3 changes: 2 additions & 1 deletion CarbonQueryDatabase_Adapter/CRUD/Read.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -122,3 +122,4 @@ private List<EnvironmentalProductDeclaration> ReadEnvironmentalProductDeclaratio
}
}


3 changes: 2 additions & 1 deletion CarbonQueryDatabase_Adapter/CarbonQueryDatabase_Adapter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -62,3 +62,4 @@ public CarbonQueryDatabaseAdapter(string apiToken = "", bool active = false)
}



Empty file.
3 changes: 2 additions & 1 deletion CarbonQueryDatabase_Adapter/Convert/ToBHoM.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -253,3 +253,4 @@ public static string GetUnitsFromString(this string str)




5 changes: 3 additions & 2 deletions CarbonQueryDatabase_Adapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -55,7 +55,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]




Empty file.
Empty file.
126 changes: 0 additions & 126 deletions CarbonQueryDatabase_Engine/Convert/ToBHoM.cs

This file was deleted.

Empty file.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -65,3 +65,4 @@ public static GetRequest CarbonQueryDatabaseRequest(string apiCommand, string ap




Empty file.
5 changes: 3 additions & 2 deletions CarbonQueryDatabase_Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -55,7 +55,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]




Empty file.
71 changes: 0 additions & 71 deletions CarbonQueryDatabase_Engine/Query/DeclaredUnitInSI.cs

This file was deleted.

69 changes: 0 additions & 69 deletions CarbonQueryDatabase_Engine/Query/DeclaredUnitType.cs

This file was deleted.

37 changes: 0 additions & 37 deletions CarbonQueryDatabase_Engine/Query/EpdQuery.cs

This file was deleted.

Loading

0 comments on commit aef43b3

Please sign in to comment.