diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2d155..d05e61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +- 2022-04-12 **1.0.7** + - Fix bug Snoop **LWPolyLine** special case Handle 859 & 741 - 2022-04-11 **1.0.6** - Support Full Snoop Database Cad & Civil3D - Support Full Snoop Editor Cad & Civil3D diff --git a/Installer/Installer.cs b/Installer/Installer.cs index d423558..0085382 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.6"; +const string version = "1.0.7"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project