Files
WireMock.Net-wiremock/src/WireMock.Net/Pact/Models/V2/PactSpecification.cs
Stef Heyenrath a6ee2dacc7 Initial support for converting the mappings to a Pact(flow) json file (#748)
* WithDescription

* WithConsumer / WithProvider

* x

* .

* .

* .

* .

* fix

* pact

* nullable

* ficx

* .

* fix
2022-04-22 16:17:50 +02:00

7 lines
137 B
C#

namespace WireMock.Pact.Models.V2
{
public class PactSpecification
{
public string Version { get; set; } = "2.0";
}
}