You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Release 2027.0.0-preview.4.20260324
1
+
# 2027.0.0
2
2
3
3
This update focuses on improved API design through C# 14 extension methods syntax, .NET 10 support, Revit 2027 support, and covers all known Utils classes.
4
4
@@ -831,7 +831,7 @@ The following members have been removed without a replacement or superseded by b
831
831
832
832
**ImperialExtensions** are marked `[Obsolete]`. Use the **UnitsNet** package instead.
833
833
834
-
# Release 2026.0.1
834
+
# 2026.0.1
835
835
836
836
This update focuses on increased utility class coverage, new extensions for global parameter management, for ForgeTypeId handling, advanced geometry extensions, and many-many more.
837
837
@@ -1006,7 +1006,7 @@ This update focuses on increased utility class coverage, new extensions for glob
1006
1006
1007
1007
**Readme** has been updated, you can find a detailed description and code samples in it.
1008
1008
1009
-
# Release 2025.0.0
1009
+
# 2025.0.0
1010
1010
1011
1011
- Revit 2025 support
1012
1012
- New `FindParameter()` overloads with GUID and Definition. This method combines all API methods for getting a parameter, such as `get_Parameter`, `LookupParameter`, `GetParameter`. It also searches for a parameter in the element type if there is no such parameter in the element
@@ -1062,11 +1062,11 @@ The **SetAvailabilityController()** method specifies the class type that decides
1062
1062
menuItem.SetAvailabilityController<Controller>()
1063
1063
```
1064
1064
1065
-
# Release 2024.0.0
1065
+
# 2024.0.0
1066
1066
1067
1067
Revit 2024 support
1068
1068
1069
-
# Release 2023.1.9
1069
+
# 2023.1.9
1070
1070
1071
1071
ElementExtensions:
1072
1072
@@ -1084,14 +1084,14 @@ SystemExtensions:
1084
1084
1085
1085
- AppendPath overload with params
1086
1086
1087
-
# Release 2023.1.8
1087
+
# 2023.1.8
1088
1088
1089
1089
UnitExtensions:
1090
1090
1091
1091
- New FromUnit extension
1092
1092
- New ToUnit extension
1093
1093
1094
-
# Release 2023.1.7
1094
+
# 2023.1.7
1095
1095
1096
1096
RibbonExtensions:
1097
1097
@@ -1104,32 +1104,32 @@ ParameterExtensions:
1104
1104
1105
1105
Nuget symbol server support: https://symbols.nuget.org/download/symbols
1106
1106
1107
-
# Release 2023.1.6
1107
+
# 2023.1.6
1108
1108
1109
1109
CollectorExtensions:
1110
1110
1111
1111
- New GetElements(ElementId viewId) extension
1112
1112
- New GetElements(ICollection<ElementId> elementIds) extension
1113
1113
- New overloads for instances with ViewId
1114
1114
1115
-
# Release 2023.1.5
1115
+
# 2023.1.5
1116
1116
1117
1117
New Parameter extensions
1118
1118
1119
1119
Fixed GetParameter extensions for cases where the parameter value was not initialized
1120
1120
1121
-
# Release 2023.1.4
1121
+
# 2023.1.4
1122
1122
1123
1123
New Application extensions
1124
1124
New Collector extensions
1125
1125
1126
1126
Updated TargetFramework. It now matches the framework that Revit is running on
0 commit comments