Skip to content

Commit 9bb809b

Browse files
committed
update version
1 parent 8b0def8 commit 9bb809b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
- 2022-03-22 **1.0.5**
3+
- 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)
4+
- Snoop by Object id
5+
- Snoop by list DBObject
6+
- Snoop by dbobject
7+
- Snoop by pick DBObject
28
- 2022-03-20 **1.0.4**
39
- Fix problem with snoop object selected Resource [AutoCADLookup](https://github.com/chuongmep/AutoCADLookup)
410
- 2022-03-20 **1.0.3**

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

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

0 commit comments

Comments
 (0)