Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Sep 3, 2023
1 parent d18fa64 commit 20ee88c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
- 2023-09-03 **1.4.8**
- Add support bip checker multiple element.
- Add more column parameter bip checker (ElementId,Category).
- Fix installer assembly bip checker overrider update.
- Improvement UI bip checker.
- 2023-06-02 **1.4.7**
- Add more column parameter unit bip checker.
- 2023-06-02 **1.4.6**
Expand Down
4 changes: 2 additions & 2 deletions Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
const string projectName = "RevitAddinManager";
const string outputName = "RevitAddinManager";
const string outputDir = "output";
const string version = "1.4.7";
const string version = "1.4.8";

var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
{
Name = projectName,
OutDir = outputDir,
Platform = Platform.x64,
Description = "Project Support Deveoper Work With Revit API",
Description = "Project Support Developer Work With Revit API",
UI = WUI.WixUI_InstallDir,
Version = new Version(version),
OutFileName = fileName.ToString(),
Expand Down

0 comments on commit 20ee88c

Please sign in to comment.