Skip to content

Commit

Permalink
Release NuGet dotnet-sdk-extensions-testing 3.0.2 (#814)
Browse files Browse the repository at this point in the history
Co-authored-by: edumserrano <edumserrano@users.noreply.github.com>
  • Loading branch information
edumserrano and edumserrano authored Nov 26, 2023
1 parent 06102eb commit 49ad9ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/nuget/dotnet-sdk-extensions-testing-nuget-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ The extensions provided by this package are:

### For integration tests

* [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)
* [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)
* [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)
* [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)
* [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)
* [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)
* [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)
* [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)
* [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)
* [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)
* [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)
* [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)

### For unit tests

* [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)
* [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)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageId>dotnet-sdk-extensions-testing</PackageId>
<Version>3.0.1</Version>
<Version>3.0.2</Version>
<Owners>Eduardo Serrano</Owners>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 49ad9ac

Please sign in to comment.