Skip to content

Commit 96bb0ac

Browse files
committed
add 2026 version to the setup
1 parent a8fc36c commit 96bb0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal class Program
1111
{
1212
static void Main(string[] args)
1313
{
14-
var fileVersionInfo = FileVersionInfo.GetVersionInfo($@"..\..\..\sources\bin\R2025\RevitDBExplorer.dll");
14+
var fileVersionInfo = FileVersionInfo.GetVersionInfo($@"..\..\..\sources\bin\R2026\RevitDBExplorer.dll");
1515
var productVersion = fileVersionInfo.FileVersion;
1616

1717
var project = new Project()
@@ -38,7 +38,7 @@ static void Main(string[] args)
3838

3939
project.Dirs = new Dir[]
4040
{
41-
new Dir(@"%AppDataFolder%\Autodesk\Revit\Addins", CreateDirFor(2021), CreateDirFor(2022), CreateDirFor(2023), CreateDirFor(2024), CreateDirFor(2025))
41+
new Dir(@"%AppDataFolder%\Autodesk\Revit\Addins", CreateDirFor(2021), CreateDirFor(2022), CreateDirFor(2023), CreateDirFor(2024), CreateDirFor(2025), CreateDirFor(2026))
4242
};
4343

4444
project.RemoveDialogsBetween(NativeDialogs.WelcomeDlg, NativeDialogs.InstallDirDlg);

0 commit comments

Comments
 (0)