All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.4.1 / 2025-09-18
- Create
Revit.DesignApplication
withDesignApplication
to load correct assembly version in the bundle. (#7)
- Use
DesignApplication
to load correct assembly version in the bundle. - Add
ApplicationInitialized
event to test.
1.4.0 / 2025-08-27
- Support Bundle multiple versions of Revit using
DesignAutomationLoadVersion
. (#7)
- Add
DesignAutomation
andIDesignAutomation
interface. - Add
DesignAutomationLoadVersion
to load the right version of the addin. - Add
AssemblyResolve
in theDesignAutomationLoadVersion
to load dependencies in the right version. - Use
where T : IDesignAutomation
inDesignAutomation<T>
andDesignAutomationLoadVersion<T>
. - Fix
DesignAutomation
method selection by finding first methodExecute
with 3 parameters.
1.3.1 / 2025-06-15 - 2025-08-27
- Add
AddInId
in the output. #9 - Update
AddInId
toAddInName
in model class.
1.3.0 / 2025-04-05
- Update to Revit 2025
- Build
DesignAutomationConsole
. - Add
FrameworkName
andReference
in the output. - Issue with Design Automation for Revit not selecting the right version of the addin in the bundle. #7
- Set bundle with version 2019, 2021, and 2025.
1.2.0 / 2024-03-02
- Add
Sleep
in milliseconds input.
1.1.0 / 2024-02-15
- Add
UI.Valid
class to check if Revit UI is available. - Unsubscribe to
DesignAutomationReadyEvent
to execute only once.
1.0.1 / 2023-01-09
- Fix
DBApplication
misspell
1.0.0 / 2023-01-04
- First Release