Skip to content

Commit

Permalink
Now RiR requires Revit 2024.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kike-garbo committed Sep 20, 2024
1 parent 8679889 commit 4506838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RhinoInside.Revit/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ internal static ARUI.Result OnShutdown(ARUI.UIControlledApplication uiCtrlApp)
#if REVIT_2025
static readonly Version MinimumRevitVersion = new Version(2025, 0);
#elif REVIT_2024
static readonly Version MinimumRevitVersion = new Version(2024, 0);
static readonly Version MinimumRevitVersion = new Version(2024, 3);
#elif REVIT_2023
static readonly Version MinimumRevitVersion = new Version(2023, 0);
#elif REVIT_2022
Expand Down

0 comments on commit 4506838

Please sign in to comment.