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 a6741e2 commit 70fbc47Copy full SHA for 70fbc47
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2022-12-16 **1.0.9**
3
+ - Support IronPython 3.4
4
- 2022-05-12 **1.0.8**
5
- Fix bug duplicate snoop [#4](https://github.com/chuongmep/CadPythonShell/issues/4)
6
- 2022-04-12 **1.0.7**
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.0.8";
+const string version = "1.0.9";
17
18
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
19
var project = new Project
0 commit comments