From b27c85e4e652f042caed9b3c91a03911addcfe53 Mon Sep 17 00:00:00 2001 From: Chuong Ho <31106432+chuongmep@users.noreply.github.com> Date: Thu, 21 Apr 2022 13:25:20 +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 13cd528..853f6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +- 2022-04-21 **1.0.2** + - Support `Crt+MouseWheel` to ZoomIn ZoomOut Command Size - 2022-04-20 **1.0.1** - Add panel test lab to try load assembly - 2022-04-19 **1.0.0** diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 99fc027..4365f81 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -15,7 +15,7 @@ const string projectName = "NavisAddinManager"; const string outputName = "NavisAddinManager"; const string outputDir = "output"; -const string version = "1.0.1"; +const string version = "1.0.2"; const string xmlName = "PackageContents.xml"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project