From 06a2e21575c51e8d4c300ebad87753df0f2399fe Mon Sep 17 00:00:00 2001 From: chuongmep <31106432+chuongmep@users.noreply.github.com> Date: Sun, 12 Mar 2023 13:05:12 +0800 Subject: [PATCH] add installer --- CHANGELOG.md | 2 ++ Installer/Installer.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a24c59d..4a29c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +- 2023-03-12 **1.4.4** + - Fix load assembly with specified name is already loaded [#45](https://github.com/chuongmep/RevitAddInManager/pull/45) - 2023-02-14 **1.4.3** - Fix Window Stuck Off Screen [#43](https://github.com/chuongmep/RevitAddInManager/issues/43) - 2022-12-23 **1.4.2** diff --git a/Installer/Installer.cs b/Installer/Installer.cs index c2207d6..b1a0a23 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -15,7 +15,7 @@ const string projectName = "RevitAddinManager"; const string outputName = "RevitAddinManager"; const string outputDir = "output"; -const string version = "1.4.3"; +const string version = "1.4.4"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project