Skip to content

Commit a3dc26d

Browse files
committed
update version
1 parent c0e3d2f commit a3dc26d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 2022-04-12 **1.0.7**
3+
- Fix bug Snoop **LWPolyLine** special case Handle 859 & 741
24
- 2022-04-11 **1.0.6**
35
- Support Full Snoop Database Cad & Civil3D
46
- Support Full Snoop Editor Cad & Civil3D

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
const string projectName = "CADPythonShell";
1414
const string outputName = "CADPythonShell";
1515
const string outputDir = "output";
16-
const string version = "1.0.6";
16+
const string version = "1.0.7";
1717

1818
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
1919
var project = new Project

0 commit comments

Comments
 (0)