From 01d59da97a8ab188cc5a670e2c30cf59bdad7983 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 23 Aug 2024 08:04:06 +1000 Subject: [PATCH] NUnit 4.2.0 (#1271) * NUnit 4.2.0 * Update NUnitNugetUsage.csproj * Docs changes * Docs changes --------- Co-authored-by: GitHub Action --- docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md | 4 ++-- docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md | 4 ++-- docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md | 4 ++-- docs/wiz/Linux_Other_Gui_NUnit_None.md | 4 ++-- docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md | 4 ++-- docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md | 4 ++-- docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md | 4 ++-- docs/wiz/Linux_Rider_Gui_NUnit_None.md | 4 ++-- docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md | 4 ++-- docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md | 4 ++-- docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md | 4 ++-- docs/wiz/MacOS_Other_Gui_NUnit_None.md | 4 ++-- docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md | 4 ++-- docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md | 4 ++-- docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md | 4 ++-- docs/wiz/MacOS_Rider_Gui_NUnit_None.md | 4 ++-- docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md | 4 ++-- docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md | 4 ++-- docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md | 4 ++-- docs/wiz/Windows_Other_Gui_NUnit_None.md | 4 ++-- docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md | 4 ++-- docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md | 4 ++-- docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md | 4 ++-- docs/wiz/Windows_Rider_Gui_NUnit_None.md | 4 ++-- .../Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md | 4 ++-- ...Windows_VisualStudioWithReSharper_Gui_NUnit_AzureDevOps.md | 4 ++-- ...ndows_VisualStudioWithReSharper_Gui_NUnit_GitHubActions.md | 4 ++-- docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_None.md | 4 ++-- docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md | 4 ++-- docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md | 4 ++-- docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md | 4 ++-- docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md | 4 ++-- src/Directory.Packages.props | 2 +- usages/NUnitNugetUsage/NUnitNugetUsage.csproj | 4 ++-- 34 files changed, 67 insertions(+), 67 deletions(-) diff --git a/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md index e3ea279197..fd74e8598d 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md b/docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md index 19a3e7bb60..196cf55f33 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md b/docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md index cb3ba2cee1..0b0514b255 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Linux_Other_Gui_NUnit_None.md b/docs/wiz/Linux_Other_Gui_NUnit_None.md index bdeb1328eb..b9a6e8d2c9 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_None.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_None.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md index cbbeb01b2e..22bbf044be 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md b/docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md index 0397d51298..1ffdf49f20 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md b/docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md index 5ed54be23e..928fbb52fe 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_None.md b/docs/wiz/Linux_Rider_Gui_NUnit_None.md index 1515d9b295..7a1d423a0b 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_None.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_None.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md index 42946b682c..09cdf852f8 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md b/docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md index fcb886f97c..9e51cc2b85 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md b/docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md index 5d4464080c..a7396f5bcb 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_None.md b/docs/wiz/MacOS_Other_Gui_NUnit_None.md index 674181ce48..b39cc2353d 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_None.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_None.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md index 848807bac0..6e59d524ac 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md b/docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md index c340c9b0c9..2853cd54d4 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md b/docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md index 68ffd33480..e0afc7f418 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_None.md b/docs/wiz/MacOS_Rider_Gui_NUnit_None.md index b583483e6d..ea6ca55fbb 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_None.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_None.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md index 8e68c34cb1..d129119118 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md b/docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md index 5feb55bc57..95c309a4a9 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md b/docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md index 870239d9d3..72d0dbf343 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_Other_Gui_NUnit_None.md b/docs/wiz/Windows_Other_Gui_NUnit_None.md index 2ff8fbe409..97c0f6cbc8 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_None.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_None.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md index 50f7581058..9a359a996c 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md b/docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md index abaa348c82..f7582e0f01 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md b/docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md index 2254035691..d952d5b726 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_None.md b/docs/wiz/Windows_Rider_Gui_NUnit_None.md index 40b76e5440..fddbdc6423 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_None.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_None.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md index 8470f437f3..73de8c95cb 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AzureDevOps.md index 3491aa33db..deecc4c528 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AzureDevOps.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_GitHubActions.md index 340da52fd2..1055f88eda 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_GitHubActions.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_None.md index dd88a8147d..0f23323c21 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_None.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md index 6892e7135b..1605075dca 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md index c886ad7d43..520d5ec05b 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md index e50e693f33..d588e36295 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md index 92de123110..1754756c7b 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md @@ -17,8 +17,8 @@ Add the following packages to the test project: ```csproj - - + + ``` diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 155653523a..0e0a0812ca 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -19,9 +19,9 @@ + - diff --git a/usages/NUnitNugetUsage/NUnitNugetUsage.csproj b/usages/NUnitNugetUsage/NUnitNugetUsage.csproj index f0f82ff9f5..24c153debe 100644 --- a/usages/NUnitNugetUsage/NUnitNugetUsage.csproj +++ b/usages/NUnitNugetUsage/NUnitNugetUsage.csproj @@ -4,8 +4,8 @@ - - + +