Skip to content

Commit 92838ed

Browse files
committed
docs
1 parent 246fe00 commit 92838ed

File tree

133 files changed

+133
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+133
-132
lines changed

docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.14.2" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2222
<PackageReference Include="Expecto" Version="10.1.0" />
23-
<PackageReference Include="Verify.Expecto" Version="21.1.1" />
23+
<PackageReference Include="Verify.Expecto" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/ExpectoNugetUsage/ExpectoNugetUsage.fsproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-expecto-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

docs/wiz/Linux_Other_Gui_Expecto_AzureDevOps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.14.2" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2222
<PackageReference Include="Expecto" Version="10.1.0" />
23-
<PackageReference Include="Verify.Expecto" Version="21.1.1" />
23+
<PackageReference Include="Verify.Expecto" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/ExpectoNugetUsage/ExpectoNugetUsage.fsproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-expecto-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

docs/wiz/Linux_Other_Gui_Expecto_GitHubActions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.14.2" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2222
<PackageReference Include="Expecto" Version="10.1.0" />
23-
<PackageReference Include="Verify.Expecto" Version="21.1.1" />
23+
<PackageReference Include="Verify.Expecto" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/ExpectoNugetUsage/ExpectoNugetUsage.fsproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-expecto-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

docs/wiz/Linux_Other_Gui_Expecto_None.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.14.2" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2222
<PackageReference Include="Expecto" Version="10.1.0" />
23-
<PackageReference Include="Verify.Expecto" Version="21.1.1" />
23+
<PackageReference Include="Verify.Expecto" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/ExpectoNugetUsage/ExpectoNugetUsage.fsproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-expecto-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2121
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
2222
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
23-
<PackageReference Include="Verify.MSTest" Version="21.1.1" />
23+
<PackageReference Include="Verify.MSTest" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

docs/wiz/Linux_Other_Gui_MSTest_AzureDevOps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2121
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
2222
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
23-
<PackageReference Include="Verify.MSTest" Version="21.1.1" />
23+
<PackageReference Include="Verify.MSTest" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

docs/wiz/Linux_Other_Gui_MSTest_GitHubActions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2121
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
2222
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
23-
<PackageReference Include="Verify.MSTest" Version="21.1.1" />
23+
<PackageReference Include="Verify.MSTest" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

docs/wiz/Linux_Other_Gui_MSTest_None.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2121
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
2222
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
23-
<PackageReference Include="Verify.MSTest" Version="21.1.1" />
23+
<PackageReference Include="Verify.MSTest" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
23-
<PackageReference Include="Verify.NUnit" Version="21.1.1" />
23+
<PackageReference Include="Verify.NUnit" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/NUnitNugetUsage/NUnitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following packages to the test project:
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
23-
<PackageReference Include="Verify.NUnit" Version="21.1.1" />
23+
<PackageReference Include="Verify.NUnit" Version="21.1.2" />
2424
```
2525
<sup><a href='/src/NugetUsage/NUnitNugetUsage/NUnitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
2626
<!-- endSnippet -->

0 commit comments

Comments
 (0)