Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Aug 29, 2022
1 parent 4c41571 commit 5fcc063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
- 2022-06-30 **1.3.5**
- 2022-08-29 **1.3.6**
- Fix problem` Trace/Debug not show result when one Add-in Manager in first time [#34](https://github.com/chuongmep/RevitAddInManager/issues/34)
- 2022-06-30 **1.3.5**`
- Allow Use Add-in Manager without loading a model [#28](https://github.com/chuongmep/RevitAddInManager/issues/28)
- 2022-06-23 **1.3.4**
- Fix DockPanel startup with some version lower 2019 [#27](https://github.com/chuongmep/RevitAddInManager/issues/27)
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const string projectName = "RevitAddinManager";
const string outputName = "RevitAddinManager";
const string outputDir = "output";
const string version = "1.3.5";
const string version = "1.3.6";

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

0 comments on commit 5fcc063

Please sign in to comment.