Skip to content

Commit a8a75ec

Browse files
committed
add version
1 parent b95e924 commit a8a75ec

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

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

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

0 commit comments

Comments
 (0)