From eae831996db85e0541258a15b9b5e4ad00768bdd Mon Sep 17 00:00:00 2001 From: chuongmep <31106432+chuongmep@users.noreply.github.com> Date: Sat, 29 Jun 2024 09:47:12 +0800 Subject: [PATCH] miss ver --- CHANGELOG.md | 2 +- Installer/Installer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4343513..d713def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -- 2024-06-29 **1.5.5** +- 2024-06-29 **1.5.6** - 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) diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 8832def..22736d9 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -14,7 +14,7 @@ const string projectName = "RevitAddinManager"; const string outputName = "RevitAddinManager"; const string outputDir = "output"; -const string version = "1.5.5"; +const string version = "1.5.6"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project