Skip to content

Commit c47d576

Browse files
committed
update version
1 parent ab9e9f3 commit c47d576

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-05-12 **1.0.8**
3+
- Fix bug duplicate snoop [#4](https://github.com/chuongmep/CadPythonShell/issues/4)
24
- 2022-04-12 **1.0.7**
35
- Fix bug Snoop **LWPolyLine** special case Handle 859 & 741
46
- 2022-04-11 **1.0.6**

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.7";
16+
const string version = "1.0.8";
1717

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

0 commit comments

Comments
 (0)