Skip to content

Commit 3ac5178

Browse files
committed
update version
1 parent 71c1112 commit 3ac5178

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
- 2022-04-11 **1.0.6**
3+
- Support Full Snoop Database Cad & Civil3D
4+
- Support Full Snoop Editor Cad & Civil3D
5+
- Support Full Snoop Events Cad & Civil3D
6+
- Support Full Snoop Entities Cad & Civil3D
7+
- Support Full Snoop Entities Nested Cad & Civil3D
8+
- Support Full Snoop Handle Cad & Civil3D
29
- 2022-03-22 **1.0.5**
310
- Support use Snoop Object from shell console or Python Execute, pleae see example code at [snoopobjectdemo.py](https://github.com/chuongmep/CadPythonShell/blob/dev/Script%20Examples/snoopobjectdemo.py)
411
- Snoop by Object id

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

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

0 commit comments

Comments
 (0)