diff --git a/CHANGELOG.md b/CHANGELOG.md index d05e61c..d64a875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +- 2022-05-12 **1.0.8** + - Fix bug duplicate snoop [#4](https://github.com/chuongmep/CadPythonShell/issues/4) - 2022-04-12 **1.0.7** - Fix bug Snoop **LWPolyLine** special case Handle 859 & 741 - 2022-04-11 **1.0.6** diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 0085382..5449423 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -13,7 +13,7 @@ const string projectName = "CADPythonShell"; const string outputName = "CADPythonShell"; const string outputDir = "output"; -const string version = "1.0.7"; +const string version = "1.0.8"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project