File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+ - 2026-06-12 ** 1.6.4**
3+ - Fix scrollbar drag not working when mouse capture is active.
4+ - Fix Debug/Trace output not showing in DockPanel when it is opened before Add-in Manager.
5+ - Improve Trace listener registration to avoid duplicate listeners and preserve existing listener behavior.
26- 2026-06-12 ** 1.6.3**
37 - Add option load separate version Revit.
48- 2026-05-27 ** 1.6.2**
Original file line number Diff line number Diff line change 1414const string projectName = "RevitAddinManager" ;
1515const string outputName = "RevitAddinManager" ;
1616const string outputDir = "output" ;
17- const string version = "1.6.3 " ;
17+ const string version = "1.6.2 " ;
1818
1919var fileName = new StringBuilder ( ) . Append ( outputName ) . Append ( "-" ) . Append ( version ) ;
2020var project = new Project
You can’t perform that action at this time.
0 commit comments