Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed May 13, 2022
1 parent dd1db7f commit a4c5fdb
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
- 2022-05-13 **1.0.3**
- Support Debug/Trace Output
- Support Dockpanel show/hide result Debug/Trace Output
- 2022-04-21 **1.0.2**
- Support `Crt+MouseWheel` to ZoomIn ZoomOut Command Size
- 2022-04-20 **1.0.1**
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.2";
const string version = "1.0.3";
const string xmlName = "PackageContents.xml";
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
Expand Down

0 comments on commit a4c5fdb

Please sign in to comment.