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-08-10 ** 1.5.9**
2+ - 2026-01-20 ** 1.6.0**
3+ - Fixed bug StackTrace does not show up on stack trace debug [ #59 ] ( https://github.com/chuongmep/RevitAddInManager/issues/59 )
4+ - 2025-08-10 ** 1.5.9**
35 - Fix bug open add-in manager with multiple monitor.
46 - Minor improve load assembly.
5- - 2026 -04-10 ** 1.5.8**
7+ - 2025 -04-10 ** 1.5.8**
68 - Support Revit 2026 Release
79- 2025-03-23 ** 1.5.7**
810 - Fix click help button in revit 2025
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.5.9 " ;
17+ const string version = "1.6.0 " ;
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