5.0.0
This version is the same as release 5.0.0-beta.3, and marks the full release of PactNet 5.0.0 with some breaking changes. Please see below for details and refer to the upgrade guide for more.
Breaking Changes
- feat: Support v4 specification for consumer tests by @adamrodger in https://github.com/pact-foundation/pact-net/pull/453
- refactor!: Allow verifier to specify both HTTP and message transports by @adamrodger in https://github.com/pact-foundation/pact-net/pull/465
- refactor!: Remove obsolete extension methods by @adamrodger in https://github.com/pact-foundation/pact-net/pull/466
- refactor!: Remove obsolete
IMessagePactandMessagePact - Replaced Newtonsoft with System.Text.Json (see upgrade guide for more info)
- Increased minimum supported .Net Framework version to 4.6.2