Skip to content

Releases: KennanChan/Revit.Async

v2.1.1

28 Apr 13:04
Compare
Choose a tag to compare

What's Changed

  • Feature/set raise without delay by @KennanChan in #26
    Optimize performance by adding guard to Idling event to call SetRaiseWithoutDelay() on demand

Full Changelog: v2.1.0...v2.1.1

Add support for .NET Standard 2.1

25 Mar 14:59
d77de95
Compare
Choose a tag to compare
  • Add new project targeting .NET Standard 2.1
  • Add new test project targeting .NET 8

Remove strong name signing

24 Oct 15:04
e9c780a
Compare
Choose a tag to compare
Merge pull request #14 from KennanChan/fix/remove_strong_name

remove strong name signing

Reconstruct to support multiple tasks in parallel

12 Oct 16:14
fd3560d
Compare
Choose a tag to compare

API changes:

  • void RevitTask.Initialize() => void RevitTask.Initialize(UIControlledApplication) | void RevitTask.Initialize(UIApplication)

What's Changed

Full Changelog: 1.3.1...v2.0.0

Fix bug in scoped revit task

01 Mar 15:05
060ed9d
Compare
Choose a tag to compare
Merge pull request #4 from KennanChan/dev

update version and test

Add scoped RevitTask

29 Feb 14:47
Compare
Choose a tag to compare
1.3.0

remove pdb on release

Update structure

28 Feb 06:23
Compare
Choose a tag to compare
  1. Update code structure to make things clear and easy to use
  2. Add xml file to enable summary

First Release

27 Feb 04:16
Compare
Choose a tag to compare
1.0.0

fix: separate delegate handler cache