Skip to content

Commit 49ad9ac

Browse files
authored
Release NuGet dotnet-sdk-extensions-testing 3.0.2 (#814)
Co-authored-by: edumserrano <edumserrano@users.noreply.github.com>
1 parent 06102eb commit 49ad9ac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/nuget/dotnet-sdk-extensions-testing-nuget-readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ The extensions provided by this package are:
88

99
### For integration tests
1010

11-
* [Providing test appsettings files to the test server](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/configuring-webhost.md)
12-
* [Override configuration values on the test server](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/override-configuration-value.md)
13-
* [Disable logs when doing integration tests](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/disable-logs-integration-tests.md)
14-
* [Mocking HttpClient's responses in-process](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/http-mocking-in-process.md)
15-
* [Mocking HttpClient's responses out-of-process](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/http-mocking-out-of-process.md)
16-
* [Integration tests for HostedServices (Background Services)](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/hosted-services.md)
11+
* [Providing test appsettings files to the test server](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/configuring-webhost.md)
12+
* [Override configuration values on the test server](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/override-configuration-value.md)
13+
* [Disable logs when doing integration tests](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/disable-logs-integration-tests.md)
14+
* [Mocking HttpClient's responses in-process](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/http-mocking-in-process.md)
15+
* [Mocking HttpClient's responses out-of-process](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/http-mocking-out-of-process.md)
16+
* [Integration tests for HostedServices (Background Services)](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/hosted-services.md)
1717

1818
### For unit tests
1919

20-
* [Mocking HttpClient's responses for unit testing](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/unit-tests/http-mocking-unit-tests.md)
20+
* [Mocking HttpClient's responses for unit testing](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/unit-tests/http-mocking-unit-tests.md)
2121

2222
For more information on how to get started see the docs provided for each extension.
2323

src/DotNet.Sdk.Extensions.Testing/DotNet.Sdk.Extensions.Testing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<IncludeSymbols>true</IncludeSymbols>
1212
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1313
<PackageId>dotnet-sdk-extensions-testing</PackageId>
14-
<Version>3.0.1</Version>
14+
<Version>3.0.2</Version>
1515
<Owners>Eduardo Serrano</Owners>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)