Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit e27f5d2

Browse files
committed
update installer
1 parent b4fbe06 commit e27f5d2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

AddInManager/RevitAddinManager.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
<None Remove="Resources\folder.png" />
6868
</ItemGroup>
6969
<ItemGroup>
70-
<PackageReference Include="Chuongmep.Revit.Api.RevitAPI" Version="$(RevitVersion).*">
70+
<PackageReference Include="Nice3point.Revit.Api.RevitAPI" Version="$(RevitVersion).*">
7171
<ExcludeAssets>runtime</ExcludeAssets>
7272
</PackageReference>
73-
<PackageReference Include="Chuongmep.Revit.Api.RevitAPIUI" Version="$(RevitVersion).*">
73+
<PackageReference Include="Nice3point.Revit.Api.RevitAPIUI" Version="$(RevitVersion).*">
7474
<ExcludeAssets>runtime</ExcludeAssets>
7575
</PackageReference>
76-
<PackageReference Include="Chuongmep.Revit.Api.AdWindows" Version="$(RevitVersion).*">
76+
<PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*">
7777
<ExcludeAssets>runtime</ExcludeAssets>
7878
</PackageReference>
7979
</ItemGroup>

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
- 2025-03-23 **1.5.7**
3+
- Fix click help button in revit 2025
4+
- Change configuration package to open source maintainer
25
- 2024-06-29 **1.5.6**
36
- Hotfix bug with Revit 2025: Unload assembly not done when user raise an execute exception.
47
- 2024-04-02 **1.5.4**

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
const string projectName = "RevitAddinManager";
1515
const string outputName = "RevitAddinManager";
1616
const string outputDir = "output";
17-
const string version = "1.5.6";
17+
const string version = "1.5.7";
1818

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

0 commit comments

Comments
 (0)