Skip to content

Commit

Permalink
update new version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Sep 4, 2023
1 parent 76fc066 commit 2e778fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
- 2023-09-04 **1.5.0**
- Compare Element Parameter Support All Parameter.
- Add 4 color for compare element parameter.
- Add new column compare element parameter.
- Add compare result similarity score.
- Support export all information bip checker compare element parameter.
- Fix issue compare with color highlight missing with some parameter.
- Enhancement UI compare parameter.
- 2023-09-04 **1.4.9**
- Add new tool Compare Element Parameter.
- 2023-09-03 **1.4.8**
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const string projectName = "RevitAddinManager";
const string outputName = "RevitAddinManager";
const string outputDir = "output";
const string version = "1.4.9";
const string version = "1.5.0";

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

0 comments on commit 2e778fe

Please sign in to comment.