diff --git a/Mongo_Adapter/AdapterActions/Execute.cs b/Mongo_Adapter/AdapterActions/Execute.cs index 673acb4..9840258 100644 --- a/Mongo_Adapter/AdapterActions/Execute.cs +++ b/Mongo_Adapter/AdapterActions/Execute.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -90,3 +90,4 @@ public bool MoveCollection(MongoAdapter other, bool replaceContent = true) + diff --git a/Mongo_Adapter/AdapterActions/Pull.cs b/Mongo_Adapter/AdapterActions/Pull.cs index 5202a28..38fc7c4 100644 --- a/Mongo_Adapter/AdapterActions/Pull.cs +++ b/Mongo_Adapter/AdapterActions/Pull.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -78,3 +78,4 @@ public override IEnumerable Pull(IRequest query, PullType pullType = Pul + diff --git a/Mongo_Adapter/AdapterActions/Push.cs b/Mongo_Adapter/AdapterActions/Push.cs index 26e3279..ccc3160 100644 --- a/Mongo_Adapter/AdapterActions/Push.cs +++ b/Mongo_Adapter/AdapterActions/Push.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -101,3 +101,4 @@ public override List Push(IEnumerable objects, string tag = "", + diff --git a/Mongo_Adapter/AdapterActions/Remove.cs b/Mongo_Adapter/AdapterActions/Remove.cs index 547a68c..42de9e1 100644 --- a/Mongo_Adapter/AdapterActions/Remove.cs +++ b/Mongo_Adapter/AdapterActions/Remove.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -53,3 +53,4 @@ public override int Remove(IRequest filter, ActionConfig actionConfig = null) + diff --git a/Mongo_Adapter/MongoAdapter.cs b/Mongo_Adapter/MongoAdapter.cs index 956d9a4..1262d5b 100644 --- a/Mongo_Adapter/MongoAdapter.cs +++ b/Mongo_Adapter/MongoAdapter.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -182,3 +182,4 @@ public bool IsConnected() + diff --git a/Mongo_Adapter/MongoServer.cs b/Mongo_Adapter/MongoServer.cs index d62762a..3c03621 100644 --- a/Mongo_Adapter/MongoServer.cs +++ b/Mongo_Adapter/MongoServer.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -108,3 +108,4 @@ private void M_Process_Exited(object sender, EventArgs e) + diff --git a/Mongo_Adapter/Mongo_Adapter.csproj b/Mongo_Adapter/Mongo_Adapter.csproj index 697bab4..4aee395 100644 --- a/Mongo_Adapter/Mongo_Adapter.csproj +++ b/Mongo_Adapter/Mongo_Adapter.csproj @@ -3,13 +3,13 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/Mongo_Toolkit + https://github.com/BHoM/Mongo_Toolkit 5.0.0 BHoM Copyright © https://github.com/BHoM true BH.Adapter.Mongo - 6.0.0.0 + 6.1.0.0 diff --git a/Mongo_Engine/Compute/MongoAbsoluteValue.cs b/Mongo_Engine/Compute/MongoAbsoluteValue.cs index ffd895e..a1cd115 100644 --- a/Mongo_Engine/Compute/MongoAbsoluteValue.cs +++ b/Mongo_Engine/Compute/MongoAbsoluteValue.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public static string MongoAbsVal(List item) } + diff --git a/Mongo_Engine/Compute/MongoAddField.cs b/Mongo_Engine/Compute/MongoAddField.cs index 649fa3f..dfd8ee3 100644 --- a/Mongo_Engine/Compute/MongoAddField.cs +++ b/Mongo_Engine/Compute/MongoAddField.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -54,3 +54,4 @@ public static string MongoAddField(string key, List items) } + diff --git a/Mongo_Engine/Compute/MongoAnd.cs b/Mongo_Engine/Compute/MongoAnd.cs index aca4ec7..6f649f7 100644 --- a/Mongo_Engine/Compute/MongoAnd.cs +++ b/Mongo_Engine/Compute/MongoAnd.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public static string MongoAnd(List operands) } + diff --git a/Mongo_Engine/Compute/MongoClean.cs b/Mongo_Engine/Compute/MongoClean.cs index b3dc3e4..03a5a72 100644 --- a/Mongo_Engine/Compute/MongoClean.cs +++ b/Mongo_Engine/Compute/MongoClean.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -64,3 +64,4 @@ public static string MongoCleanVariable(List cleanMe, string outputObjec } + diff --git a/Mongo_Engine/Compute/MongoCrossRef.cs b/Mongo_Engine/Compute/MongoCrossRef.cs index 3757020..ca42fbe 100644 --- a/Mongo_Engine/Compute/MongoCrossRef.cs +++ b/Mongo_Engine/Compute/MongoCrossRef.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -76,3 +76,4 @@ public static string MongoCrossRef(string otherColl, List props2Match, L } + diff --git a/Mongo_Engine/Compute/MongoDivision.cs b/Mongo_Engine/Compute/MongoDivision.cs index c483900..0b19f69 100644 --- a/Mongo_Engine/Compute/MongoDivision.cs +++ b/Mongo_Engine/Compute/MongoDivision.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public static string MongoDivision(object numerator, object denominator) } + diff --git a/Mongo_Engine/Compute/MongoGroup.cs b/Mongo_Engine/Compute/MongoGroup.cs index 82ed39a..f4ef3a8 100644 --- a/Mongo_Engine/Compute/MongoGroup.cs +++ b/Mongo_Engine/Compute/MongoGroup.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -68,3 +68,4 @@ public static string MongoGroup(List groupBy, List projectForwar } + diff --git a/Mongo_Engine/Compute/MongoListItem.cs b/Mongo_Engine/Compute/MongoListItem.cs index 3e7ead6..612f12a 100644 --- a/Mongo_Engine/Compute/MongoListItem.cs +++ b/Mongo_Engine/Compute/MongoListItem.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -53,3 +53,4 @@ public static string MongoListItem(string mongoArrayName, object index) + diff --git a/Mongo_Engine/Compute/MongoMatchDomain.cs b/Mongo_Engine/Compute/MongoMatchDomain.cs index d04247b..8385848 100644 --- a/Mongo_Engine/Compute/MongoMatchDomain.cs +++ b/Mongo_Engine/Compute/MongoMatchDomain.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -52,3 +52,4 @@ public static List MongoMatchDomain(List key, List upper + diff --git a/Mongo_Engine/Compute/MongoMatchList.cs b/Mongo_Engine/Compute/MongoMatchList.cs index dd5a60d..5ba295a 100644 --- a/Mongo_Engine/Compute/MongoMatchList.cs +++ b/Mongo_Engine/Compute/MongoMatchList.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -58,3 +58,4 @@ public static List MongoMatchList(string key, List filter) + diff --git a/Mongo_Engine/Compute/MongoMax.cs b/Mongo_Engine/Compute/MongoMax.cs index 229764b..1a5f7f8 100644 --- a/Mongo_Engine/Compute/MongoMax.cs +++ b/Mongo_Engine/Compute/MongoMax.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -57,3 +57,4 @@ public static string MongoMax(string mongoArrayName) } + diff --git a/Mongo_Engine/Compute/MongoMin.cs b/Mongo_Engine/Compute/MongoMin.cs index c2727fd..0bccfe9 100644 --- a/Mongo_Engine/Compute/MongoMin.cs +++ b/Mongo_Engine/Compute/MongoMin.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -57,3 +57,4 @@ public static string MongoMin(string mongoArrayName) } + diff --git a/Mongo_Engine/Compute/MongoPower.cs b/Mongo_Engine/Compute/MongoPower.cs index 0e016bd..1a7dba9 100644 --- a/Mongo_Engine/Compute/MongoPower.cs +++ b/Mongo_Engine/Compute/MongoPower.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public static string MongoPower(object @base, object exponent) } + diff --git a/Mongo_Engine/Compute/MongoProduct.cs b/Mongo_Engine/Compute/MongoProduct.cs index eafbb67..2cbae94 100644 --- a/Mongo_Engine/Compute/MongoProduct.cs +++ b/Mongo_Engine/Compute/MongoProduct.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public static string MongoProduct(List operands) } + diff --git a/Mongo_Engine/Compute/MongoProject.cs b/Mongo_Engine/Compute/MongoProject.cs index 523039c..0debc39 100644 --- a/Mongo_Engine/Compute/MongoProject.cs +++ b/Mongo_Engine/Compute/MongoProject.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -59,3 +59,4 @@ public static string MongoProject(List filter) + diff --git a/Mongo_Engine/Compute/MongoSubtraction.cs b/Mongo_Engine/Compute/MongoSubtraction.cs index d141819..616aaeb 100644 --- a/Mongo_Engine/Compute/MongoSubtraction.cs +++ b/Mongo_Engine/Compute/MongoSubtraction.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public static string MongoSubtraction(object a, object b) } + diff --git a/Mongo_Engine/Compute/MongoSum.cs b/Mongo_Engine/Compute/MongoSum.cs index e006ae7..3629f6b 100644 --- a/Mongo_Engine/Compute/MongoSum.cs +++ b/Mongo_Engine/Compute/MongoSum.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public static string MongoSum( List operands) } + diff --git a/Mongo_Engine/Convert/Bson.cs b/Mongo_Engine/Convert/Bson.cs index 6bb63e9..796b393 100644 --- a/Mongo_Engine/Convert/Bson.cs +++ b/Mongo_Engine/Convert/Bson.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -66,3 +66,4 @@ public static object FromBson(BsonDocument document) + diff --git a/Mongo_Engine/Convert/Json.cs b/Mongo_Engine/Convert/Json.cs index 72a26ae..759b382 100644 --- a/Mongo_Engine/Convert/Json.cs +++ b/Mongo_Engine/Convert/Json.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -57,3 +57,4 @@ public static string ToJson(object obj, string tag, DateTime timestamp) + diff --git a/Mongo_Engine/Convert/MongoQuery.cs b/Mongo_Engine/Convert/MongoQuery.cs index 614628b..fdf2974 100644 --- a/Mongo_Engine/Convert/MongoQuery.cs +++ b/Mongo_Engine/Convert/MongoQuery.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -20,9 +20,13 @@ * along with this code. If not, see . */ +using BH.Engine.Reflection; +using BH.oM.Base.Attributes; using BH.oM.Data.Requests; using MongoDB.Bson; +using System; using System.Collections.Generic; +using System.ComponentModel; using System.Linq; namespace BH.Engine.Adapters.Mongo @@ -30,9 +34,12 @@ namespace BH.Engine.Adapters.Mongo public static partial class Convert { /***************************************************/ - /**** Public Interface ****/ + /**** Public Interface ****/ /***************************************************/ + [Description("Converts a given IRequest into Bson document.")] + [Input("query", "Request to be converted to a Bson document.")] + [Output("document", "Bson document that resulted from converting the input request.")] public static BsonDocument IToMongoQuery(this IRequest query) { return ToMongoQuery(query as dynamic); @@ -40,9 +47,12 @@ public static BsonDocument IToMongoQuery(this IRequest query) /***************************************************/ - /**** Private Methods - Curves ****/ + /**** Public Methods ****/ /***************************************************/ + [Description("Converts a given CustomRequest into Bson document.")] + [Input("query", "Request to be converted to a Bson document.")] + [Output("document", "Bson document that resulted from converting the input request.")] public static BsonDocument ToMongoQuery(this CustomRequest query) { return BsonDocument.Parse(query.Body); @@ -50,6 +60,9 @@ public static BsonDocument ToMongoQuery(this CustomRequest query) /***************************************************/ + [Description("Converts a given FilterRequest into Bson document.")] + [Input("query", "Request to be converted to a Bson document.")] + [Output("document", "Bson document that resulted from converting the input request.")] public static BsonDocument ToMongoQuery(this FilterRequest query) { BsonDocument document = new BsonDocument(); @@ -57,10 +70,26 @@ public static BsonDocument ToMongoQuery(this FilterRequest query) // Define the match if (query.Equalities == null) query.Equalities = new Dictionary(); + BsonDocument equalities = query.Equalities.ToBsonDocument(); if (query.Type != null) - equalities["_t"] = query.Type.ToString(); + { + BsonArray typeEqualities = new BsonArray(); + + // Add requested type if it is not an interface + if (!query.Type.IsInterface) + typeEqualities.Add(new BsonDocument { { "_t", query.Type.ToString() } }); + + // Add subtypes of the requested type + foreach (Type subtype in query.Type.Subtypes()) + { + typeEqualities.Add(new BsonDocument { { "_t", subtype.ToString() } }); + } + + equalities.Add(new BsonElement("$or", typeEqualities)); + } + if (query.Tag != "") equalities["__Tag__"] = query.Tag; @@ -71,6 +100,9 @@ public static BsonDocument ToMongoQuery(this FilterRequest query) /***************************************************/ + [Description("Converts a given IResultRequest into Bson document.")] + [Input("query", "Request to be converted to a Bson document.")] + [Output("document", "Bson document that resulted from converting the input request.")] public static BsonDocument ToMongoQuery(this IResultRequest query) { BsonDocument document = new BsonDocument(); @@ -97,6 +129,8 @@ public static BsonDocument ToMongoQuery(this IResultRequest query) } + /***************************************************/ + /**** Fallback Methods ****/ /***************************************************/ private static BsonDocument ToMongoQuery(this IRequest query) @@ -110,3 +144,4 @@ private static BsonDocument ToMongoQuery(this IRequest query) + diff --git a/Mongo_Engine/Mongo_Engine.csproj b/Mongo_Engine/Mongo_Engine.csproj index 88c3d65..4665326 100644 --- a/Mongo_Engine/Mongo_Engine.csproj +++ b/Mongo_Engine/Mongo_Engine.csproj @@ -3,13 +3,13 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/Mongo_Toolkit + https://github.com/BHoM/Mongo_Toolkit 5.0.0 BHoM Copyright © https://github.com/BHoM true BH.Engine.Mongo - 6.0.0.0 + 6.1.0.0 @@ -41,6 +41,11 @@ C:\ProgramData\BHoM\Assemblies\Data_oM.dll False + + C:\ProgramData\BHoM\Assemblies\Reflection_Engine.dll + False + False + False C:\ProgramData\BHoM\Assemblies\Serialiser_Engine.dll diff --git a/Mongo_oM/Commands/Transfer.cs b/Mongo_oM/Commands/Transfer.cs index a063b88..c3b5ba4 100644 --- a/Mongo_oM/Commands/Transfer.cs +++ b/Mongo_oM/Commands/Transfer.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class Transfer : IExecuteCommand + diff --git a/Mongo_oM/Mongo_oM.csproj b/Mongo_oM/Mongo_oM.csproj index c8ace2a..df13f81 100644 --- a/Mongo_oM/Mongo_oM.csproj +++ b/Mongo_oM/Mongo_oM.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/Mongo_Toolkit + https://github.com/BHoM/Mongo_Toolkit 5.0.0 BHoM Copyright © https://github.com/BHoM BH.oM.Mongo - 6.0.0.0 + 6.1.0.0 diff --git a/Mongo_oM/Requests/CollectionNames.cs b/Mongo_oM/Requests/CollectionNames.cs index af311b6..9d1fdd9 100644 --- a/Mongo_oM/Requests/CollectionNames.cs +++ b/Mongo_oM/Requests/CollectionNames.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -39,3 +39,4 @@ public class CollectionNames : IRequest } +