Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Jan 29, 2025
1 parent df978a8 commit c1ed595
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release 2026.0.0-preview.1.250122
# Release 2026.0.0-preview.3.250129

- New `Context.UiControlledApplication` property. Helps to manipulate with the Revit ribbon, context menus outside ExternalApplication.
- Now `AsyncEventHandler{T}` works in a multithreaded application and returns the result to each recipient.
- Removed AssemblyLoadContext for addins isolation. It will be moved to Revit itself. [More info.](https://feedback.autodesk.com/project/forum/thread.html?cap=cb0fd5af18bb49b791dfa3f5efc47a72&forid=%7B057e532f-e478-43d9-affc-01b3deb82a76%7D&topid=%7B8C202188-9EA5-49BE-B95F-7F5115507C88%7D)
- Removed deprecated features.

Expand Down
14 changes: 7 additions & 7 deletions build/Build.Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ protected override void OnBuildInitialized()

PackageVersionsMap = new()
{
{ "Release R20", "2020.3.0-preview.2.250122" },
{ "Release R21", "2021.3.0-preview.2.250122" },
{ "Release R22", "2022.3.0-preview.2.250122" },
{ "Release R23", "2023.3.0-preview.2.250122" },
{ "Release R24", "2024.2.0-preview.2.250122" },
{ "Release R25", "2025.1.0-preview.2.250122" },
{ "Release R26", "2026.0.0-preview.1.250122" }
{ "Release R20", "2020.3.0-preview.3.250129" },
{ "Release R21", "2021.3.0-preview.3.250129" },
{ "Release R22", "2022.3.0-preview.3.250129" },
{ "Release R23", "2023.3.0-preview.3.250129" },
{ "Release R24", "2024.2.0-preview.3.250129" },
{ "Release R25", "2025.1.0-preview.3.250129" },
{ "Release R26", "2026.0.0-preview.3.250129" }
};
}
}

0 comments on commit c1ed595

Please sign in to comment.