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