Skip to content

Commit 7df3112

Browse files
committed
Update version
1 parent 3bdb8d8 commit 7df3112

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
const string projectName = "RevitAddinManager";
1515
const string outputName = "RevitAddinManager";
1616
const string outputDir = "output";
17-
const string version = "1.5.9";
17+
const string version = "1.6.0";
1818

1919
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
2020
var project = new Project

0 commit comments

Comments
 (0)