mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 08:48:28 +02:00
RandomDataGenerator.Net 1.0.4
This commit is contained in:
@@ -415,8 +415,9 @@ namespace WireMock.Net.ConsoleApplication
|
|||||||
Integer2 = "{{#Random Type=\"Integer\" Min=10000000 Max=99999999}}{{this}}{{/Random}}",
|
Integer2 = "{{#Random Type=\"Integer\" Min=10000000 Max=99999999}}{{this}}{{/Random}}",
|
||||||
Double1 = "{{Random Type=\"Double\" Min=10 Max=99}}",
|
Double1 = "{{Random Type=\"Double\" Min=10 Max=99}}",
|
||||||
Double2 = "{{Random Type=\"Double\" Min=100 Max=999}}",
|
Double2 = "{{Random Type=\"Double\" Min=100 Max=999}}",
|
||||||
IP4Address = "{{Random Type=\"IPv4Address\"}}",
|
IP4Address = "{{Random Type=\"IPv4Address\" Min=\"10.2.3.4\"}}",
|
||||||
IP6Address = "{{Random Type=\"IPv6Address\"}}"
|
IP6Address = "{{Random Type=\"IPv6Address\"}}",
|
||||||
|
MACAddress = "{{Random Type=\"MACAddress\" Separator=\"-\"}}"
|
||||||
})
|
})
|
||||||
.WithTransformer()
|
.WithTransformer()
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.9" />
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.9" />
|
||||||
<PackageReference Include="RandomDataGenerator.Net" Version="1.0.3" />
|
<PackageReference Include="RandomDataGenerator.Net" Version="1.0.4" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||||
|
|||||||
Reference in New Issue
Block a user