From ebd673e6fb4c4080d6cb2890c6ba4733ff7bb3da Mon Sep 17 00:00:00 2001 From: chuongmep <31106432+chuongmep@users.noreply.github.com> Date: Sun, 11 Sep 2022 23:24:36 +0800 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 cd027b0..813b190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +- 2022-09-11 **1.3.7** + - Show detail version installed in title + - Improve drag window only in DataGrid tab Command and tab App - 2022-08-29 **1.3.6** - Fix problem` Trace/Debug not show result when one Add-in Manager in first time [#34](https://github.com/chuongmep/RevitAddInManager/issues/34) - 2022-06-30 **1.3.5**` diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 8c43d13..8db0b97 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -12,7 +12,7 @@ const string projectName = "RevitAddinManager"; const string outputName = "RevitAddinManager"; const string outputDir = "output"; -const string version = "1.3.6"; +const string version = "1.3.7"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project