mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-31 22:23:05 +02:00
Initial support for converting the mappings to a Pact(flow) json file (#748)
* WithDescription * WithConsumer / WithProvider * x * . * . * . * . * fix * pact * nullable * ficx * . * fix
This commit is contained in:
7
src/WireMock.Net/Pact/Models/V2/PactSpecification.cs
Normal file
7
src/WireMock.Net/Pact/Models/V2/PactSpecification.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WireMock.Pact.Models.V2
|
||||
{
|
||||
public class PactSpecification
|
||||
{
|
||||
public string Version { get; set; } = "2.0";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user