We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f7895 commit 62a2657Copy full SHA for 62a2657
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2022-03-20 **1.0.4**
3
+ - Fix problem with snoop object selected Resource [AutoCADLookup](https://github.com/chuongmep/AutoCADLookup)
4
- 2022-03-20 **1.0.3**
5
- Support Button Support Snoop Object From Resource [AutoCADLookup](https://github.com/chuongmep/AutoCADLookup)
6
- 2022-03-18 **1.0.2**
Installer/Installer.cs
@@ -12,7 +12,7 @@
12
const string projectName = "CADPythonShell";
13
const string outputName = "CADPythonShell";
14
const string outputDir = "output";
15
-const string version = "1.0.3";
+const string version = "1.0.4";
16
17
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
18
var project = new Project
0 commit comments