From 5fd6051a3a945769b02a21e74ef492e127e3b795 Mon Sep 17 00:00:00 2001 From: chuongmep Date: Mon, 16 May 2022 23:50:16 +0700 Subject: [PATCH] update version --- CHANGELOG.md | 3 +++ Installer/Installer.cs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad7458..dc17534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +- 2022-05-16 **1.0.4** + - Support copy Content Debug/Trace Output + - Fix bug can't use search and fill content form. - 2022-05-13 **1.0.3** - Support Debug/Trace Output - Support Dockpanel show/hide result Debug/Trace Output diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 47ffc22..40cf594 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.3"; +const string version = "1.0.4"; const string xmlName = "PackageContents.xml"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project