Skip to content

Commit 5e3153d

Browse files
committed
update version
1 parent 72e519e commit 5e3153d

File tree

3 files changed

+3
-1
lines changed

3 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-03-20 **1.0.3**
3+
- Support Button Support Snoop Object From Resource [AutoCADLookup](https://github.com/chuongmep/AutoCADLookup)
24
- 2022-03-18 **1.0.2**
35
- Improve code base, ready to accept collaborators
46
- Fix event debug mode for developer collaborators

Images/Ribbon.png

-1.11 KB
Loading

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const string projectName = "CADPythonShell";
1313
const string outputName = "CADPythonShell";
1414
const string outputDir = "output";
15-
const string version = "1.0.2";
15+
const string version = "1.0.3";
1616

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

0 commit comments

Comments
 (0)