Skip to content

Commit cd8631e

Browse files
committed
docs: Updated release notes
1 parent 3e1c86d commit cd8631e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/NuGet.targets

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@
1717
<VersionPrefix>5.0.0</VersionPrefix>
1818
<PackageReleaseNotes>
1919
v5.0.0
20-
- Add Pact Specification v4 support
21-
- BREAKING CHANGE: Remove obsolete WithNativeBackend calls
22-
- BREAKING CHANGE: Remove obsolete IMessagePact and MessagePact
23-
- BREAKING CHANGE: Refactor verifier to support verifying combined HTTP and message pacts
20+
- BREAKING CHANGE: Remove obsolete WithNativeBackend calls
21+
- BREAKING CHANGE: Remove obsolete IMessagePact and MessagePact
22+
- BREAKING CHANGE: Refactor verifier to support verifying combined HTTP and message pacts
23+
- BREAKING CHANGE: Replace Newtonsoft with System.Text.Json
24+
- BREAKING CHANGE: Minimum supported .Net Framework version is now 4.6.2 instead of 4.6.1
25+
- feat: Add Pact Specification v4 support
26+
- feat: MacOS ARM64 target is now fully supported
27+
- feat: More efficient and robust messaging interaction verification
2428
</PackageReleaseNotes>
2529
</PropertyGroup>
2630
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)