Skip to content

Commit

Permalink
Release New Version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Jan 21, 2022
1 parent 366c577 commit 912c85b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AddInManager/AddinManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net48</TargetFramework>
<RevitVersion>2022</RevitVersion>
<Version>$(RevitVersion).0.0.0</Version>
<Version>$(RevitVersion).0.0.1</Version>
<Configurations>Debug;Release;Installer</Configurations>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog


- 2022-01-22 **2022.0.0.1**
- Support installer all in one from Revit 2014 to Revit 2023
- Fix ReinstallMode installer, see at [reinstallmode](https://docs.microsoft.com/en-us/windows/win32/msi/reinstallmode)

- 2022-01-21 **2022.0.0.0**
- Rollback Product
- Update Version
Expand Down

0 comments on commit 912c85b

Please sign in to comment.