Skip to content

Commit

Permalink
add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 11, 2022
1 parent 3939149 commit c0480f9
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-02-11 **1.1.9**
- Support F1 go to help from keyboard
- Support F5 to reload all commands and application or reload addin choosing in process
- 2022-02-11 **1.1.8**
- Fix reload when user want reload all
- Support user press delete command addin or application addin from keyboard
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 = "RevitAddinManager";
const string outputName = "RevitAddinManager";
const string outputDir = "output";
const string version = "1.1.8";
const string version = "1.1.9";

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

0 comments on commit c0480f9

Please sign in to comment.