Skip to content

Releases: ricaun-io/RevitAddin.DA.Tester

1.4.1

18 Sep 20:39
0e26421
Compare
Choose a tag to compare

Features

  • Create Revit.DesignApplication with DesignApplication to load correct assembly version in the bundle. (#7)

Updates

  • Use DesignApplication to load correct assembly version in the bundle.
  • Add ApplicationInitialized event to test.

1.4.1-beta

18 Sep 20:02
Compare
Choose a tag to compare
1.4.1-beta Pre-release
Pre-release

Features

  • Create Revit.DesignApplication with DesignApplication to load correct version of Revit.

Updates

  • Use DesignApplication to load correct version of Revit.
  • Add ApplicationInitialized event to test.

1.4.1-alpha

18 Sep 20:00
Compare
Choose a tag to compare
1.4.1-alpha Pre-release
Pre-release

Features

  • Create Revit.DesignApplication with DesignApplication to load correct version of Revit.

Updates

  • Use DesignApplication to load correct version of Revit.

1.4.0

28 Aug 20:24
ad7c28a
Compare
Choose a tag to compare

Features

  • Support Bundle multiple versions of Revit using DesignAutomationLoadVersion. (#7)

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.

1.4.0-beta.1

28 Aug 18:47
Compare
Choose a tag to compare
1.4.0-beta.1 Pre-release
Pre-release

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.

1.4.0-beta

28 Aug 18:10
Compare
Choose a tag to compare
1.4.0-beta Pre-release
Pre-release

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>.

1.4.0-alpha

28 Aug 03:46
Compare
Choose a tag to compare
1.4.0-alpha Pre-release
Pre-release

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.

1.3.1

28 Aug 02:50
3a5ce10
Compare
Choose a tag to compare
  • Add AddInId in the output. #9
  • Update AddInId to AddInName in model class.

1.3.1-beta

16 Jun 21:13
Compare
Choose a tag to compare
1.3.1-beta Pre-release
Pre-release
  • Add AddInId in the output. #9
  • Update AddInId to AddInName in model class.

1.3.1-alpha

15 Jun 19:13
Compare
Choose a tag to compare
1.3.1-alpha Pre-release
Pre-release
  • Add AddInId in the output. #9