Skip to content

Commit 01d59da

Browse files
NUnit 4.2.0 (#1271)
* NUnit 4.2.0 * Update NUnitNugetUsage.csproj * Docs changes * Docs changes --------- Co-authored-by: GitHub Action <action@github.com>
1 parent b1b1ee7 commit 01d59da

34 files changed

Lines changed: 67 additions & 67 deletions

docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

docs/wiz/Linux_Other_Gui_NUnit_None.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

docs/wiz/Linux_Rider_Gui_NUnit_None.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add the following packages to the test project:
1717
<!-- snippet: nunit-nugets -->
1818
<a id='snippet-nunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
21-
<PackageReference Include="NUnit" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
21+
<PackageReference Include="NUnit" Version="4.2.0" />
2222
<PackageReference Include="Verify.NUnit" Version="26.2.0" />
2323
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2424
```

0 commit comments

Comments
 (0)