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