From 5fcc063ff551aee7ed141966b0757875f3154846 Mon Sep 17 00:00:00 2001 From: chuongmep <31106432+chuongmep@users.noreply.github.com> Date: Mon, 29 Aug 2022 23:50:31 +0800 Subject: [PATCH] update version --- CHANGELOG.md | 4 +++- Installer/Installer.cs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed08c51..cd027b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog -- 2022-06-30 **1.3.5** +- 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**` - Allow Use Add-in Manager without loading a model [#28](https://github.com/chuongmep/RevitAddInManager/issues/28) - 2022-06-23 **1.3.4** - Fix DockPanel startup with some version lower 2019 [#27](https://github.com/chuongmep/RevitAddInManager/issues/27) diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 3dd11ab..8c43d13 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.5"; +const string version = "1.3.6"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project