We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2448628 commit 302e8dcCopy full SHA for 302e8dc
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+- 2026-08-10 **1.5.9**
3
+ - Fix bug open add-in manager with multiple monitor.
4
+ - Minor improve load assembly.
5
- 2026-04-10 **1.5.8**
6
- Support Revit 2026 Release
7
- 2025-03-23 **1.5.7**
Installer/Installer.cs
@@ -14,7 +14,7 @@
14
const string projectName = "RevitAddinManager";
15
const string outputName = "RevitAddinManager";
16
const string outputDir = "output";
17
-const string version = "1.5.8";
+const string version = "1.5.9";
18
19
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
20
var project = new Project
0 commit comments