-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2697f5c
commit 6b70a14
Showing
35 changed files
with
309,153 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"DtoType": "TestRequestDto", | ||
"RequestId": null, | ||
"Timestamp": "2022-03-17T13:38:33.4568935Z", | ||
"ClientName": null, | ||
"ClientVersion": null, | ||
"Cases": [ | ||
{ | ||
"Id": "1-1025", | ||
"AssemblyPath": "C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\src\\bin\\Revit.TestRunner.SampleTestProject2.dll", | ||
"TestClass": "Revit.TestRunner.SampleTestProject.SampleTest", | ||
"MethodName": "AssertTrueTest", | ||
"State": "Unknown", | ||
"Message": null, | ||
"StackTrace": null, | ||
"StartTime": "0001-01-01T00:00:00Z", | ||
"EndTime": "0001-01-01T00:00:00Z" | ||
}, | ||
{ | ||
"Id": "1-1027", | ||
"AssemblyPath": "C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\src\\bin\\Revit.TestRunner.SampleTestProject2.dll", | ||
"TestClass": "Revit.TestRunner.SampleTestProject.SampleTest", | ||
"MethodName": "FailTest", | ||
"State": "Unknown", | ||
"Message": null, | ||
"StackTrace": null, | ||
"StartTime": "0001-01-01T00:00:00Z", | ||
"EndTime": "0001-01-01T00:00:00Z" | ||
}, | ||
{ | ||
"Id": "1-1028", | ||
"AssemblyPath": "C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\src\\bin\\Revit.TestRunner.SampleTestProject2.dll", | ||
"TestClass": "Revit.TestRunner.SampleTestProject.SampleTest", | ||
"MethodName": "LongRunningTest", | ||
"State": "Unknown", | ||
"Message": null, | ||
"StackTrace": null, | ||
"StartTime": "0001-01-01T00:00:00Z", | ||
"EndTime": "0001-01-01T00:00:00Z" | ||
}, | ||
{ | ||
"Id": "1-1026", | ||
"AssemblyPath": "C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\src\\bin\\Revit.TestRunner.SampleTestProject2.dll", | ||
"TestClass": "Revit.TestRunner.SampleTestProject.SampleTest", | ||
"MethodName": "PassTest", | ||
"State": "Unknown", | ||
"Message": null, | ||
"StackTrace": null, | ||
"StartTime": "0001-01-01T00:00:00Z", | ||
"EndTime": "0001-01-01T00:00:00Z" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
install/InstallAddin v2019.cmd → install/InstallAddin v2023.cmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@echo off | ||
%systemroot%\system32\WindowsPowerShell\v1.0\powershell.exe -file InstallAddin.ps1 2019 | ||
%systemroot%\system32\WindowsPowerShell\v1.0\powershell.exe -file InstallAddin.ps1 2023 | ||
|
||
pause |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion( "1.3.7.1" )] | ||
[assembly: AssemblyFileVersion( "1.3.7.1" )] | ||
[assembly: AssemblyVersion( "1.3.7.3" )] | ||
[assembly: AssemblyFileVersion( "1.3.7.3" )] | ||
|
||
[assembly: AssemblyInformationalVersion( "1.3.7.1" )] | ||
[assembly: AssemblyInformationalVersion( "1.3.7.3" )] |
Binary file not shown.
Binary file renamed
BIN
+26.5 MB
src/Libs/Revit2019/lib/net45/RevitAPI.dll → src/Libs/Revit2023/lib/net48/RevitAPI.dll
Binary file not shown.
Oops, something went wrong.