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 72e519e commit 5e3153dCopy full SHA for 5e3153d
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2022-03-20 **1.0.3**
3
+ - Support Button Support Snoop Object From Resource [AutoCADLookup](https://github.com/chuongmep/AutoCADLookup)
4
- 2022-03-18 **1.0.2**
5
- Improve code base, ready to accept collaborators
6
- Fix event debug mode for developer collaborators
Images/Ribbon.png
-1.11 KB
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.2";
+const string version = "1.0.3";
16
17
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
18
var project = new Project
0 commit comments