Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 18, 2022
1 parent c886bb9 commit 5431280
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
- 2022-02-18 **1.0.1**
- Improve interface program
- Fix problem show string with text note
- Add support use rider for project with .NET6 LTS
- Improve feature show help document #20 #21
- Fix show method help error with form owner

- 2022-02-17 **1.0.0**
- Fix some method automatic invoke
- Add Parameter input feature show value window
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 = "RevitLookupWpf";
const string outputName = "RevitLookupWpf";
const string outputDir = "output";
var version = "1.0.0";
var version = "1.0.1";
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);

var project = new Project
Expand Down

0 comments on commit 5431280

Please sign in to comment.