From d44e0a279dacb46749f10563ae2d661996c99015 Mon Sep 17 00:00:00 2001 From: Chuong Ho <31106432+chuongmep@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:17:41 +0700 Subject: [PATCH] update version --- CHANGELOG.md | 2 ++ Installer/Installer.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9b856..7d78aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +- 2022-06-24 **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) - Revert use search by index of. diff --git a/Installer/Installer.cs b/Installer/Installer.cs index ce8e094..3dd11ab 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.4"; +const string version = "1.3.5"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project