diff --git a/ExcelUI_Engine/Compute/ParseEnum.cs b/ExcelUI_Engine/Compute/ParseEnum.cs index c070edd..898b891 100644 --- a/ExcelUI_Engine/Compute/ParseEnum.cs +++ b/ExcelUI_Engine/Compute/ParseEnum.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 ParseEnum(Type enumType, string value) } } + diff --git a/ExcelUI_Engine/Properties/AssemblyInfo.cs b/ExcelUI_Engine/Properties/AssemblyInfo.cs index 916b9bf..e759807 100644 --- a/ExcelUI_Engine/Properties/AssemblyInfo.cs +++ b/ExcelUI_Engine/Properties/AssemblyInfo.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. @@ -55,7 +55,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("6.0.0.0")] -[assembly: AssemblyFileVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/ExcelUI_Engine/Query/Explode.cs b/ExcelUI_Engine/Query/Explode.cs index 2203b15..6c02c7e 100644 --- a/ExcelUI_Engine/Query/Explode.cs +++ b/ExcelUI_Engine/Query/Explode.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. @@ -137,3 +137,4 @@ private static void GetPropertyDictionary(ref Dictionary dict, o } } + diff --git a/Excel_UI/Addin/AddIn.cs b/Excel_UI/Addin/AddIn.cs index 8fa8517..34e8941 100644 --- a/Excel_UI/Addin/AddIn.cs +++ b/Excel_UI/Addin/AddIn.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. @@ -93,3 +93,4 @@ public static CallerFormula InstantiateCaller(string callerName, object selected + diff --git a/Excel_UI/Addin/AddIn_BackwardCompatibility.cs b/Excel_UI/Addin/AddIn_BackwardCompatibility.cs index 88d7012..f4cbb48 100644 --- a/Excel_UI/Addin/AddIn_BackwardCompatibility.cs +++ b/Excel_UI/Addin/AddIn_BackwardCompatibility.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. @@ -103,3 +103,4 @@ private static List> Old_GetFormulas() + diff --git a/Excel_UI/Addin/AddIn_Converts.cs b/Excel_UI/Addin/AddIn_Converts.cs index cec743d..d9a08a4 100644 --- a/Excel_UI/Addin/AddIn_Converts.cs +++ b/Excel_UI/Addin/AddIn_Converts.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. @@ -172,3 +172,4 @@ public static object[] ToExcel(object[] input) + diff --git a/Excel_UI/Addin/AddIn_Formulas.cs b/Excel_UI/Addin/AddIn_Formulas.cs index 1614d64..b4d803a 100644 --- a/Excel_UI/Addin/AddIn_Formulas.cs +++ b/Excel_UI/Addin/AddIn_Formulas.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. @@ -306,3 +306,4 @@ private static void UpgradeCellsFormula(CallerFormula formula, string oldFunctio + diff --git a/Excel_UI/Addin/AddIn_GlobalSearch.cs b/Excel_UI/Addin/AddIn_GlobalSearch.cs index 7581202..88730a1 100644 --- a/Excel_UI/Addin/AddIn_GlobalSearch.cs +++ b/Excel_UI/Addin/AddIn_GlobalSearch.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. @@ -93,3 +93,4 @@ protected void GlobalSearch_ItemSelected(object sender, oM.UI.ComponentRequest e + diff --git a/Excel_UI/Addin/AddIn_Internalise.cs b/Excel_UI/Addin/AddIn_Internalise.cs index fad9a85..95d96ec 100644 --- a/Excel_UI/Addin/AddIn_Internalise.cs +++ b/Excel_UI/Addin/AddIn_Internalise.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. @@ -167,3 +167,4 @@ private static Dictionary ReadJsonFromSheet(string sheetName) + diff --git a/Excel_UI/Addin/AddIn_Objects.cs b/Excel_UI/Addin/AddIn_Objects.cs index 242e9db..c72c12b 100644 --- a/Excel_UI/Addin/AddIn_Objects.cs +++ b/Excel_UI/Addin/AddIn_Objects.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. @@ -127,3 +127,4 @@ private static string ToString(Guid id) + diff --git a/Excel_UI/Addin/AddIn_OpenClose.cs b/Excel_UI/Addin/AddIn_OpenClose.cs index cd9f54d..bc47a7b 100644 --- a/Excel_UI/Addin/AddIn_OpenClose.cs +++ b/Excel_UI/Addin/AddIn_OpenClose.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. @@ -170,3 +170,4 @@ public void App_WorkbookClosed(Workbook workbook, ref bool cancel) + diff --git a/Excel_UI/Addin/AddIn_Workbook.cs b/Excel_UI/Addin/AddIn_Workbook.cs index 9807ce4..f6a79ce 100644 --- a/Excel_UI/Addin/AddIn_Workbook.cs +++ b/Excel_UI/Addin/AddIn_Workbook.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. @@ -206,3 +206,4 @@ public static List ReadData(string name) + diff --git a/Excel_UI/BHoM_UI_Overrides/Explode.cs b/Excel_UI/BHoM_UI_Overrides/Explode.cs index 6c7ee4e..2ea49ca 100644 --- a/Excel_UI/BHoM_UI_Overrides/Explode.cs +++ b/Excel_UI/BHoM_UI_Overrides/Explode.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. @@ -69,3 +69,4 @@ public ExplodeCaller() : base(typeof(Engine.Excel.Query).GetMethod("Explode")) { } + diff --git a/Excel_UI/BHoM_UI_Overrides/SelectorMenu_RibbonXml.cs b/Excel_UI/BHoM_UI_Overrides/SelectorMenu_RibbonXml.cs index 3fb6a81..40cf7f2 100644 --- a/Excel_UI/BHoM_UI_Overrides/SelectorMenu_RibbonXml.cs +++ b/Excel_UI/BHoM_UI_Overrides/SelectorMenu_RibbonXml.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. @@ -134,3 +134,4 @@ private void AppendMenuTree(Tree tree, XmlElement menu) + diff --git a/Excel_UI/Caller/CallerFormula.cs b/Excel_UI/Caller/CallerFormula.cs index 2ffa999..adf6e59 100644 --- a/Excel_UI/Caller/CallerFormula.cs +++ b/Excel_UI/Caller/CallerFormula.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. @@ -113,3 +113,4 @@ public virtual string GetName() + diff --git a/Excel_UI/Caller/CallerFormula_FillFormula.cs b/Excel_UI/Caller/CallerFormula_FillFormula.cs index c475bba..85bd0a5 100644 --- a/Excel_UI/Caller/CallerFormula_FillFormula.cs +++ b/Excel_UI/Caller/CallerFormula_FillFormula.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. @@ -62,3 +62,4 @@ protected virtual void Fill(ExcelReference cell) + diff --git a/Excel_UI/Caller/CallerFormula_MethodCall.cs b/Excel_UI/Caller/CallerFormula_MethodCall.cs index 7161114..02dccb9 100644 --- a/Excel_UI/Caller/CallerFormula_MethodCall.cs +++ b/Excel_UI/Caller/CallerFormula_MethodCall.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. @@ -160,3 +160,4 @@ protected virtual List GetArgumentAttributes(List(FormulaDataAccessor accessor, int index) + diff --git a/Excel_UI/Components/oM/CreateData.cs b/Excel_UI/Components/oM/CreateData.cs index 90be6a3..4c40595 100644 --- a/Excel_UI/Components/oM/CreateData.cs +++ b/Excel_UI/Components/oM/CreateData.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. @@ -67,3 +67,4 @@ public override string GetName() + diff --git a/Excel_UI/Components/oM/CreateDictionary.cs b/Excel_UI/Components/oM/CreateDictionary.cs index 3e5b7ab..34122b0 100644 --- a/Excel_UI/Components/oM/CreateDictionary.cs +++ b/Excel_UI/Components/oM/CreateDictionary.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. @@ -45,3 +45,4 @@ public class CreateDictionaryFormula : CallerFormula + diff --git a/Excel_UI/Components/oM/CreateEnum.cs b/Excel_UI/Components/oM/CreateEnum.cs index 99d7dff..60d69b3 100644 --- a/Excel_UI/Components/oM/CreateEnum.cs +++ b/Excel_UI/Components/oM/CreateEnum.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 override string GetName() + diff --git a/Excel_UI/Components/oM/CreateObject.cs b/Excel_UI/Components/oM/CreateObject.cs index 53d6880..64d131b 100644 --- a/Excel_UI/Components/oM/CreateObject.cs +++ b/Excel_UI/Components/oM/CreateObject.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. @@ -81,3 +81,4 @@ public override string GetName() + diff --git a/Excel_UI/Components/oM/CreateType.cs b/Excel_UI/Components/oM/CreateType.cs index 4a043db..c307cb7 100644 --- a/Excel_UI/Components/oM/CreateType.cs +++ b/Excel_UI/Components/oM/CreateType.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 override string GetName() + diff --git a/Excel_UI/Helpers/RunBestComMethod.cs b/Excel_UI/Helpers/RunBestComMethod.cs index 9e63b4d..bb11f3d 100644 --- a/Excel_UI/Helpers/RunBestComMethod.cs +++ b/Excel_UI/Helpers/RunBestComMethod.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. @@ -130,3 +130,4 @@ private static List CastList(List list, T first) } + diff --git a/Excel_UI/Properties/AssemblyInfo.cs b/Excel_UI/Properties/AssemblyInfo.cs index 1e28d80..b76f21d 100644 --- a/Excel_UI/Properties/AssemblyInfo.cs +++ b/Excel_UI/Properties/AssemblyInfo.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. @@ -55,7 +55,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("6.0.0.0")] -[assembly: AssemblyFileVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/Excel_UI/Properties/Resources.Designer.cs b/Excel_UI/Properties/Resources.Designer.cs index 2dfaa93..995624e 100644 --- a/Excel_UI/Properties/Resources.Designer.cs +++ b/Excel_UI/Properties/Resources.Designer.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. @@ -95,3 +95,4 @@ internal static System.Drawing.Bitmap BHoM_Logo { } + diff --git a/Excel_UI/Ribbon/Ribbon.cs b/Excel_UI/Ribbon/Ribbon.cs index 18f0a44..ae4e94b 100644 --- a/Excel_UI/Ribbon/Ribbon.cs +++ b/Excel_UI/Ribbon/Ribbon.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. @@ -55,7 +55,7 @@ public override string GetCustomUI(string RibbonID)