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 65e40f3 commit 42f3d69Copy full SHA for 42f3d69
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2022-12-17 **1.1.0**
3
+ - Fix Assembly Security from IronPython 3.4 [#6](https://github.com/chuongmep/CadPythonShell/issues/6)
4
- 2022-12-16 **1.0.9**
5
- Support IronPython 3.4
6
- 2022-05-12 **1.0.8**
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.9";
+const string version = "1.1.0";
17
18
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
19
var project = new Project
0 commit comments