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 80336b1 commit e255c54Copy full SHA for e255c54
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+- 2023-04-12 **1.1.2**
3
+ - Fix snoop selected instance
4
+ - Merge submodule
5
- 2022-12-17 **1.1.1**
6
- Fix code Autocomple List ironpython 3.4
7
- 2022-12-17 **1.1.0**
Installer/Installer.cs
@@ -13,7 +13,7 @@
13
const string projectName = "CADPythonShell";
14
const string outputName = "CADPythonShell";
15
const string outputDir = "output";
16
-const string version = "1.1.1";
+const string version = "1.1.2";
17
18
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
19
var project = new Project
0 commit comments