Releases: ricaun-io/RevitAddin.DA.Tester
Releases · ricaun-io/RevitAddin.DA.Tester
1.4.1
1.4.1-beta
Features
- Create
Revit.DesignApplication
withDesignApplication
to load correct version of Revit.
Updates
- Use
DesignApplication
to load correct version of Revit. - Add
ApplicationInitialized
event to test.
1.4.1-alpha
Features
- Create
Revit.DesignApplication
withDesignApplication
to load correct version of Revit.
Updates
- Use
DesignApplication
to load correct version of Revit.
1.4.0
Features
- Support Bundle multiple versions of Revit using
DesignAutomationLoadVersion
. (#7)
Updates
- 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.4.0-beta.1
Features
- Support Bundle multiple versions of Revit using
DesignAutomationLoadVersion
.
Updates
- 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.4.0-beta
Features
- Support Bundle multiple versions of Revit using
DesignAutomationLoadVersion
.
Updates
- 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>
.
1.4.0-alpha
Features
- Support Bundle multiple versions of Revit using
DesignAutomationLoadVersion
.
Updates
- 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.
1.3.1
1.3.1-beta
- Add
AddInId
in the output. #9 - Update
AddInId
toAddInName
in model class.
1.3.1-alpha
- Add
AddInId
in the output. #9