From 30e504b8d40f8640d04d42122f494030047bc6a8 Mon Sep 17 00:00:00 2001 From: chuongmep <31106432+chuongmep@users.noreply.github.com> Date: Wed, 2 Feb 2022 20:57:53 +0700 Subject: [PATCH] Update Version --- CHANGELOG.md | 4 ++++ Installer/Installer.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d05a4..94ba9e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog + +- 2022-02-02 **1.1.3** + - Fix load duplicate assembly + - 2022-02-02 **1.1.2** - Fix Open readonly mistake with faceless diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 26b5458..4dd0693 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.2"; +const string version = "1.1.3"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project