Skip to content

Commit 42f3d69

Browse files
committed
add installer
1 parent 65e40f3 commit 42f3d69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 2022-12-17 **1.1.0**
3+
- Fix Assembly Security from IronPython 3.4 [#6](https://github.com/chuongmep/CadPythonShell/issues/6)
24
- 2022-12-16 **1.0.9**
35
- Support IronPython 3.4
46
- 2022-05-12 **1.0.8**

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
const string projectName = "CADPythonShell";
1414
const string outputName = "CADPythonShell";
1515
const string outputDir = "output";
16-
const string version = "1.0.9";
16+
const string version = "1.1.0";
1717

1818
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
1919
var project = new Project

0 commit comments

Comments
 (0)