Skip to content

Commit

Permalink
docs: Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrodger committed Feb 16, 2024
1 parent 3e1c86d commit cd8631e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
<VersionPrefix>5.0.0</VersionPrefix>
<PackageReleaseNotes>
v5.0.0
- Add Pact Specification v4 support
- BREAKING CHANGE: Remove obsolete WithNativeBackend calls
- BREAKING CHANGE: Remove obsolete IMessagePact and MessagePact
- BREAKING CHANGE: Refactor verifier to support verifying combined HTTP and message pacts
- BREAKING CHANGE: Remove obsolete WithNativeBackend calls
- BREAKING CHANGE: Remove obsolete IMessagePact and MessagePact
- BREAKING CHANGE: Refactor verifier to support verifying combined HTTP and message pacts
- BREAKING CHANGE: Replace Newtonsoft with System.Text.Json
- BREAKING CHANGE: Minimum supported .Net Framework version is now 4.6.2 instead of 4.6.1
- feat: Add Pact Specification v4 support
- feat: MacOS ARM64 target is now fully supported
- feat: More efficient and robust messaging interaction verification
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit cd8631e

Please sign in to comment.