Skip to content

Commit e255c54

Browse files
committed
update installer
1 parent 80336b1 commit e255c54

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
- 2023-04-12 **1.1.2**
3+
- Fix snoop selected instance
4+
- Merge submodule
25
- 2022-12-17 **1.1.1**
36
- Fix code Autocomple List ironpython 3.4
47
- 2022-12-17 **1.1.0**

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.1.1";
16+
const string version = "1.1.2";
1717

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

0 commit comments

Comments
 (0)