Releases: pact-foundation/pact-net
2.0.17
Dropping the official Pact Specification V2 Release
Install-Package PactNet.Windows -Version 2.0.17
or
Install-Package PactNet.OSX -Version 2.0.17
or
Install-Package PactNet.Linux.x86 -Version 2.0.17
or
Install-Package PactNet.Linux.x64 -Version 2.0.17
2.0.16-beta
Tweaks
- Making the platform specific packages more .NET semantic. We now use
.
instead of-
, soPactNet-Windows
is nowPactNet.Windows
.
Install-Package PactNet.Windows -Version 2.0.16-beta -Pre
or
Install-Package PactNet.OSX -Version 2.0.16-beta -Pre
or
Install-Package PactNet.Linux.x86 -Version 2.0.16-beta -Pre
or
Install-Package PactNet.Linux.x64 -Version 2.0.16-beta -Pre
2.0.15-beta
Fixes
- Fixing the default log and pact dir values so that it is correctly generated based on the build directory
NOTE: This is no longer listed in nuget
2.0.14-beta
Fixes
- Adding support for a custom header in the verifier. See #104 for details.
NOTE: This is no longer listed in nuget
2.0.13-beta
Features
- Adding support for a custom header in the verifier. See #104 for details.
NOTE: This is no longer listed in nuget
2.0.12-beta
Changes
- Updating to latest pact-ruby-standalone core (1.4.4)
NOTE: This is no longer listed in nuget
2.0.11-beta
Tweaks
- Adding build target condition to not run chmod on windows when a unix package is installed
NOTE: This is no longer listed in nuget
2.0.10-beta
Tweaks
- Fixing the default log and pact directory on .net standard
NOTE: This is no longer listed in nuget
2.0.9-beta
Bug Fixes
- Correctly resolving assembly directory on non windows platforms
Install-Package PactNet -Version 2.0.9-beta -Pre
2.0.8-beta
Features
- Adding the platform specific packages
Install-Package PactNet -Version 2.0.8-beta -Pre