Skip to content

Commit

Permalink
Update changelog for 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardszalay committed Oct 12, 2023
1 parent abc37e3 commit d681d73
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: MockHttp Build
on:
push:
branches: [ master, release/7.0.0 ]
branches: [ master ]
pull_request:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand Down
3 changes: 1 addition & 2 deletions Package.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<PackageId>RichardSzalay.MockHttp</PackageId>
<Version>7.0.0</Version>
<PackageVersion>7.0.0-rc1</PackageVersion>
<Authors>Richard Szalay</Authors>
<Company></Company>
<Description>Testing layer for Microsoft's HttpClient library</Description>
Expand All @@ -23,7 +22,7 @@
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<DebugType>embedded</DebugType>
</PropertyGroup>

<Target Name="PreparePackageReleaseNotesFromFile" BeforeTargets="GenerateNuspec">
Expand Down
3 changes: 0 additions & 3 deletions RichardSzalay.MockHttp/RichardSzalay.MockHttp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d681d73

Please sign in to comment.