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 0f5008e commit 3ab51e7Copy full SHA for 3ab51e7
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2023-06-05 **1.1.3**
3
+ - Fix bug snoop selected instance with lock document.
4
- 2023-04-12 **1.1.2**
5
- Fix snoop selected instance
6
- Merge submodule
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.1.2";
+const string version = "1.1.3";
16
17
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
18
var project = new Project
0 commit comments