Skip to content

Commit 83b5cb3

Browse files
committed
Docs changes
1 parent 3d1d75f commit 83b5cb3

File tree

64 files changed

+96
-96
lines changed

Some content is hidden

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

64 files changed

+96
-96
lines changed

docs/wiz/Linux_Other_Gui_Expecto_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: expecto-nugets -->
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
20-
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
21-
<PackageReference Include="Expecto" Version="10.2.1" />
20+
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.3" />
21+
<PackageReference Include="Expecto" Version="10.2.2" />
2222
<PackageReference Update="FSharp.Core" Version="9.0.201" />
2323
<PackageReference Include="Verify.Expecto" Version="28.13.0" />
2424
```

docs/wiz/Linux_Other_Gui_Expecto_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: expecto-nugets -->
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
20-
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
21-
<PackageReference Include="Expecto" Version="10.2.1" />
20+
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.3" />
21+
<PackageReference Include="Expecto" Version="10.2.2" />
2222
<PackageReference Update="FSharp.Core" Version="9.0.201" />
2323
<PackageReference Include="Verify.Expecto" Version="28.13.0" />
2424
```

docs/wiz/Linux_Other_Gui_Expecto_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: expecto-nugets -->
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
20-
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
21-
<PackageReference Include="Expecto" Version="10.2.1" />
20+
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.3" />
21+
<PackageReference Include="Expecto" Version="10.2.2" />
2222
<PackageReference Update="FSharp.Core" Version="9.0.201" />
2323
<PackageReference Include="Verify.Expecto" Version="28.13.0" />
2424
```

docs/wiz/Linux_Other_Gui_Expecto_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: expecto-nugets -->
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
20-
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
21-
<PackageReference Include="Expecto" Version="10.2.1" />
20+
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.3" />
21+
<PackageReference Include="Expecto" Version="10.2.2" />
2222
<PackageReference Update="FSharp.Core" Version="9.0.201" />
2323
<PackageReference Include="Verify.Expecto" Version="28.13.0" />
2424
```

docs/wiz/Linux_Other_Gui_TUnit_AppVeyor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: tunit-nugets -->
1818
<a id='snippet-tunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="TUnit" Version="0.15.30" />
20+
<PackageReference Include="TUnit" Version="0.16.13" />
2121
<PackageReference Include="Verify.TUnit" Version="28.13.0" />
2222
```
2323
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Other_Gui_TUnit_AzureDevOps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: tunit-nugets -->
1818
<a id='snippet-tunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="TUnit" Version="0.15.30" />
20+
<PackageReference Include="TUnit" Version="0.16.13" />
2121
<PackageReference Include="Verify.TUnit" Version="28.13.0" />
2222
```
2323
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Other_Gui_TUnit_GitHubActions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: tunit-nugets -->
1818
<a id='snippet-tunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="TUnit" Version="0.15.30" />
20+
<PackageReference Include="TUnit" Version="0.16.13" />
2121
<PackageReference Include="Verify.TUnit" Version="28.13.0" />
2222
```
2323
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Other_Gui_TUnit_None.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following packages to the test project:
1717
<!-- snippet: tunit-nugets -->
1818
<a id='snippet-tunit-nugets'></a>
1919
```csproj
20-
<PackageReference Include="TUnit" Version="0.15.30" />
20+
<PackageReference Include="TUnit" Version="0.16.13" />
2121
<PackageReference Include="Verify.TUnit" Version="28.13.0" />
2222
```
2323
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>

docs/wiz/Linux_Rider_Gui_Expecto_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: expecto-nugets -->
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
20-
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
21-
<PackageReference Include="Expecto" Version="10.2.1" />
20+
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.3" />
21+
<PackageReference Include="Expecto" Version="10.2.2" />
2222
<PackageReference Update="FSharp.Core" Version="9.0.201" />
2323
<PackageReference Include="Verify.Expecto" Version="28.13.0" />
2424
```

docs/wiz/Linux_Rider_Gui_Expecto_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: expecto-nugets -->
1818
<a id='snippet-expecto-nugets'></a>
1919
```fsproj
20-
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
21-
<PackageReference Include="Expecto" Version="10.2.1" />
20+
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.3" />
21+
<PackageReference Include="Expecto" Version="10.2.2" />
2222
<PackageReference Update="FSharp.Core" Version="9.0.201" />
2323
<PackageReference Include="Verify.Expecto" Version="28.13.0" />
2424
```

0 commit comments

Comments
 (0)