From f261c8d470670a242a5c27ecbdab2b1c11a09c5e Mon Sep 17 00:00:00 2001 From: chuongmep <31106432+chuongmep@users.noreply.github.com> Date: Mon, 7 Feb 2022 17:45:27 +0700 Subject: [PATCH] Update version --- CHANGELOG.md | 3 +++ Installer/Installer.cs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aee718..93e7d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +- 2022-02-03 **1.1.6** + - Fix main process close form with Revit program + - 2022-02-03 **1.1.5** - Add feature right click context menu red color selected diff --git a/Installer/Installer.cs b/Installer/Installer.cs index dfeecc4..70854b1 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -13,7 +13,7 @@ const string projectName = "RevitAddinManager"; const string outputName = "RevitAddinManager"; const string outputDir = "output"; -const string version = "1.1.5"; +const string version = "1.1.6"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project