Releases: KennanChan/Revit.Async
Releases · KennanChan/Revit.Async
v2.1.1
What's Changed
- Feature/set raise without delay by @KennanChan in #26
Optimize performance by adding guard to Idling event to callSetRaiseWithoutDelay()
on demand
Full Changelog: v2.1.0...v2.1.1
Add support for .NET Standard 2.1
- Add new project targeting .NET Standard 2.1
- Add new test project targeting .NET 8
Remove strong name signing
Merge pull request #14 from KennanChan/fix/remove_strong_name remove strong name signing
Reconstruct to support multiple tasks in parallel
API changes:
- void RevitTask.Initialize() => void RevitTask.Initialize(UIControlledApplication) | void RevitTask.Initialize(UIApplication)
What's Changed
- Fix/revit tasks in parallel by @KennanChan in #10
- sign the dll and update version to 2.0.0.0 by @KennanChan in #11
- update readme by @KennanChan in #12
Full Changelog: 1.3.1...v2.0.0
Fix bug in scoped revit task
Merge pull request #4 from KennanChan/dev update version and test
Add scoped RevitTask
1.3.0 remove pdb on release
Update structure
- Update code structure to make things clear and easy to use
- Add xml file to enable summary
First Release
1.0.0 fix: separate delegate handler cache