Skip to content

Commit

Permalink
publish ver
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Oct 11, 2022
1 parent 4680d7d commit 19a1176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
- 2022-10-11 **1.0.6**
- Improve user interface.
- 2022-06-02 **1.0.5**
- Support event ArrowKeyDown and ArrowKeyUp to move between items search and TreeView
- Support press key Esc from keyboard to close Form.
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const string projectName = "NavisAddinManager";
const string outputName = "NavisAddinManager";
const string outputDir = "output";
const string version = "1.0.5";
const string version = "1.0.6";
const string xmlName = "PackageContents.xml";
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
Expand Down

0 comments on commit 19a1176

Please sign in to comment.