Skip to content

Commit

Permalink
update ver
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Jun 29, 2024
1 parent 950bc6f commit b7bf720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
- 2024-06-29 **1.5.5**
- Hotfix bug with Revit 2025: Unload assembly not done when user raise an execute exception.
- 2024-04-02 **1.5.4**
- Add new way to execute command with Revit 2025 [#54](https://github.com/chuongmep/RevitAddInManager/pull/54)
- 2024-04-02 **1.5.3**
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const string projectName = "RevitAddinManager";
const string outputName = "RevitAddinManager";
const string outputDir = "output";
const string version = "1.5.4";
const string version = "1.5.5";

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

0 comments on commit b7bf720

Please sign in to comment.