Skip to content

Commit

Permalink
missing versioning added
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelbaran committed Aug 18, 2023
1 parent b5a34fc commit f62d705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Revit_Core_Engine/Query/MullionElementProperty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public static partial class Query
/**** Public methods ****/
/***************************************************/

[PreviousVersion("6.3", "BH.Revit.Engine.Core.Query.MullionElementProperty(Autodesk.Revit.DB.FamilyInstance, BH.oM.Adapters.Revit.Settings.RevitSettings, System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BH.oM.Base.IBHoMObject>>)")]
[Description("Extracts the mullion element property from a Revit Mullion.")]
[Input("mullion", "Revit Mullion to be queried.")]
[Input("settings", "Revit adapter settings to be used while performing the query.")]
Expand Down
5 changes: 5 additions & 0 deletions Revit_Core_Engine/Versioning_63.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"MessageForDeleted": {
"BH.Revit.Engine.Core.Query.FrameEdgeProperty(Autodesk.Revit.DB.FamilyInstance, BH.oM.Adapters.Revit.Settings.RevitSettings, System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BH.oM.Base.IBHoMObject>>)": "FrameEdgeProperty extraction mechanism had changed and this method became obsolete."
}
}

0 comments on commit f62d705

Please sign in to comment.