diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2fa36..4138f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +- 2022-05-16 **1.0.3** + - Support Copy Content Debug/Trace Output to Clipboard. - 2022-05-13 **1.0.2** - Add tab support show result trace/debug - Add DockPanel Support Show/Hide Debug/Trace result. diff --git a/Installer/Installer.cs b/Installer/Installer.cs index ea504d2..d7ea024 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -17,7 +17,7 @@ const string projectName = "CadAddinManager"; const string outputName = "CadAddinManager"; const string outputDir = "output"; -const string version = "1.0.2"; +const string version = "1.0.3"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project {