Skip to content

Commit

Permalink
Revit 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfloescher-geberit committed Apr 27, 2023
1 parent a8df9e9 commit a87fbc5
Show file tree
Hide file tree
Showing 29 changed files with 318,950 additions and 60 deletions.
Binary file modified install/Addin/Revit.TestRunner.Shared.dll
Binary file not shown.
Binary file modified install/Addin/Revit.TestRunner.Shared.pdb
Binary file not shown.
Binary file modified install/Addin/Revit.TestRunner.dll
Binary file not shown.
Binary file modified install/Addin/Revit.TestRunner.pdb
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.App.dll
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.App.exe
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.App.pdb
Binary file not shown.
3 changes: 1 addition & 2 deletions install/Client/Revit.TestRunner.App.runtimeconfig.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\floto\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\floto\\.nuget\\packages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Users\\floto\\.nuget\\packages"
]
}
}
Binary file modified install/Client/Revit.TestRunner.Console.dll
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.Console.exe
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.Console.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\floto\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\floto\\.nuget\\packages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Users\\floto\\.nuget\\packages"
]
}
}
Binary file modified install/Client/Revit.TestRunner.Shared.dll
Binary file not shown.
Binary file modified install/Client/Revit.TestRunner.Shared.pdb
Binary file not shown.
53 changes: 0 additions & 53 deletions install/Client/mytest.json

This file was deleted.

4 changes: 4 additions & 0 deletions install/InstallAddin v2024.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
%systemroot%\system32\WindowsPowerShell\v1.0\powershell.exe -file InstallAddin.ps1 2024

pause
Binary file added install/Revit.TestRunner.SampleTestProject2.dll
Binary file not shown.
Binary file modified install/Revit.TestRunner.SampleTestProject2.pdb
Binary file not shown.
Binary file modified install/Shared/Revit.TestRunner.Shared.dll
Binary file not shown.
Binary file modified install/Shared/Revit.TestRunner.Shared.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions src/AssemblyInfo/AssemblyInfo.Version.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;

[assembly: AssemblyVersion( "1.3.8.1" )]
[assembly: AssemblyFileVersion( "1.3.8.1" )]
[assembly: AssemblyVersion( "1.4.0.0" )]
[assembly: AssemblyFileVersion( "1.4.0.0" )]

[assembly: AssemblyInformationalVersion( "1.3.8.1" )]
[assembly: AssemblyInformationalVersion( "1.4.0.0" )]
Binary file added src/Libs/Revit2024/lib/net48/RevitAPI.dll
Binary file not shown.
Loading

0 comments on commit a87fbc5

Please sign in to comment.