Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Apr 10, 2022
1 parent 71c1112 commit 3ac5178
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
- 2022-04-11 **1.0.6**
- Support Full Snoop Database Cad & Civil3D
- Support Full Snoop Editor Cad & Civil3D
- Support Full Snoop Events Cad & Civil3D
- Support Full Snoop Entities Cad & Civil3D
- Support Full Snoop Entities Nested Cad & Civil3D
- Support Full Snoop Handle Cad & Civil3D
- 2022-03-22 **1.0.5**
- 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)
- Snoop by Object id
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const string projectName = "CADPythonShell";
const string outputName = "CADPythonShell";
const string outputDir = "output";
const string version = "1.0.5";
const string version = "1.0.6";

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

0 comments on commit 3ac5178

Please sign in to comment.