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 c0e3d2f commit a3dc26dCopy full SHA for a3dc26d
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2022-04-12 **1.0.7**
3
+ - Fix bug Snoop **LWPolyLine** special case Handle 859 & 741
4
- 2022-04-11 **1.0.6**
5
- Support Full Snoop Database Cad & Civil3D
6
- Support Full Snoop Editor Cad & Civil3D
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.6";
+const string version = "1.0.7";
17
18
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
19
var project = new Project
0 commit comments