Skip to content

Commit 302e8dc

Browse files
committed
update version
1 parent 2448628 commit 302e8dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
- 2026-08-10 **1.5.9**
3+
- Fix bug open add-in manager with multiple monitor.
4+
- Minor improve load assembly.
25
- 2026-04-10 **1.5.8**
36
- Support Revit 2026 Release
47
- 2025-03-23 **1.5.7**

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.8";
17+
const string version = "1.5.9";
1818

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

0 commit comments

Comments
 (0)