Skip to content

1.4.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 18:47

Features

  • Support Bundle multiple versions of Revit using DesignAutomationLoadVersion.

Updates

  • Add DesignAutomation and IDesignAutomation interface.
  • Add DesignAutomationLoadVersion to load the right version of the addin.
  • Add AssemblyResolve in the DesignAutomationLoadVersion to load dependencies in the right version.
  • Use where T : IDesignAutomation in DesignAutomation<T> and DesignAutomationLoadVersion<T>.
  • Fix DesignAutomation method selection by finding first method Execute with 3 parameters.