Skip to content

Commit 62a2657

Browse files
committed
update version
1 parent 90f7895 commit 62a2657

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-03-20 **1.0.4**
3+
- Fix problem with snoop object selected Resource [AutoCADLookup](https://github.com/chuongmep/AutoCADLookup)
24
- 2022-03-20 **1.0.3**
35
- Support Button Support Snoop Object From Resource [AutoCADLookup](https://github.com/chuongmep/AutoCADLookup)
46
- 2022-03-18 **1.0.2**

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.3";
15+
const string version = "1.0.4";
1616

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

0 commit comments

Comments
 (0)