Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 16, 2024
1 parent 893d0c3 commit 8fc2f02
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Other_Gui_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/MacOS_Rider_Gui_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Other_Gui_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_Rider_Gui_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-nunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="Verify.NUnit" Version="28.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
```
Expand Down

0 comments on commit 8fc2f02

Please sign in to comment.