We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9e9f3 commit c47d576Copy full SHA for c47d576
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2022-05-12 **1.0.8**
3
+ - Fix bug duplicate snoop [#4](https://github.com/chuongmep/CadPythonShell/issues/4)
4
- 2022-04-12 **1.0.7**
5
- Fix bug Snoop **LWPolyLine** special case Handle 859 & 741
6
- 2022-04-11 **1.0.6**
Installer/Installer.cs
@@ -13,7 +13,7 @@
13
const string projectName = "CADPythonShell";
14
const string outputName = "CADPythonShell";
15
const string outputDir = "output";
16
-const string version = "1.0.7";
+const string version = "1.0.8";
17
18
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
19
var project = new Project
0 commit comments