diff --git a/CHANGELOG.md b/CHANGELOG.md index 853f6c2..2ad7458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +- 2022-05-13 **1.0.3** + - Support Debug/Trace Output + - Support Dockpanel show/hide result Debug/Trace Output - 2022-04-21 **1.0.2** - Support `Crt+MouseWheel` to ZoomIn ZoomOut Command Size - 2022-04-20 **1.0.1** diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 4365f81..47ffc22 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.2"; +const string version = "1.0.3"; const string xmlName = "PackageContents.xml"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project