Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Apr 12, 2023
1 parent 80336b1 commit e255c54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
- 2023-04-12 **1.1.2**
- Fix snoop selected instance
- Merge submodule
- 2022-12-17 **1.1.1**
- Fix code Autocomple List ironpython 3.4
- 2022-12-17 **1.1.0**
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const string projectName = "CADPythonShell";
const string outputName = "CADPythonShell";
const string outputDir = "output";
const string version = "1.1.1";
const string version = "1.1.2";

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

0 comments on commit e255c54

Please sign in to comment.