Skip to content

Commit

Permalink
Upgrade AssemblyFileVersion to 6.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BHoMBot authored and Fraser Greenroyd committed Jan 5, 2023
1 parent 3bea95e commit c870ab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Excel_Engine/Create/ExcelPushConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public static partial class Create
[Input("startingCell", "Starting cell address in an Excel-readable string format.")]
[InputFromProperty("workbookProperties")]
[Output("config", "ExcelPushConfig created based on the inputs.")]
[PreviousVersion("6.0", "BH.Engine.Excel.Create.ExcelPushConfig(System.String, BH.oM.Adapters.Excel.WorkbookProperties)")]
public static ExcelPushConfig ExcelPushConfig(string sheetName = "", string startingCell = "", List<string> objectProperties = null, WorkbookProperties workbookProperties = null)
{
CellAddress topLeft = null;
Expand Down

0 comments on commit c870ab7

Please sign in to comment.