diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b014a7d..cbd7da1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: MockHttp Build on: push: - branches: [ master, release/7.0.0 ] + branches: [ master ] pull_request: workflow_dispatch: diff --git a/CHANGELOG b/CHANGELOG index 8241ef5..7f68363 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ - Change default fallback behaviour to throw an exception with a report of the match attempts - Add JSON and XML matchers - Add support for synchronous HttpClient.Send #104 + - Modernize source #41 and add SourceLink support #66 - Fix matching of encoded URL paths #116 - Throw a descriptive error when matching on a mocked request with no response #87 (thanks perfectsquircle!) - Fix race condition on outstanding requests exception message #96 (thanks jr01!) diff --git a/Package.props b/Package.props index 03bf1c1..7792a61 100644 --- a/Package.props +++ b/Package.props @@ -5,7 +5,6 @@ RichardSzalay.MockHttp 7.0.0 - 7.0.0-rc1 Richard Szalay Testing layer for Microsoft's HttpClient library @@ -23,7 +22,7 @@ true true - snupkg + embedded diff --git a/RichardSzalay.MockHttp/RichardSzalay.MockHttp.csproj b/RichardSzalay.MockHttp/RichardSzalay.MockHttp.csproj index 6dd0f9b..a69661c 100644 --- a/RichardSzalay.MockHttp/RichardSzalay.MockHttp.csproj +++ b/RichardSzalay.MockHttp/RichardSzalay.MockHttp.csproj @@ -21,9 +21,6 @@ README.md - true - true - embedded