RandomDataGenerator.Net 1.0.4

This commit is contained in:
Stef Heyenrath
2018-11-21 08:19:39 +01:00
parent 1ca7d8abb2
commit 65734e9c3d
2 changed files with 4 additions and 3 deletions

View File

@@ -415,8 +415,9 @@ namespace WireMock.Net.ConsoleApplication
Integer2 = "{{#Random Type=\"Integer\" Min=10000000 Max=99999999}}{{this}}{{/Random}}",
Double1 = "{{Random Type=\"Double\" Min=10 Max=99}}",
Double2 = "{{Random Type=\"Double\" Min=100 Max=999}}",
IP4Address = "{{Random Type=\"IPv4Address\"}}",
IP6Address = "{{Random Type=\"IPv6Address\"}}"
IP4Address = "{{Random Type=\"IPv4Address\" Min=\"10.2.3.4\"}}",
IP6Address = "{{Random Type=\"IPv6Address\"}}",
MACAddress = "{{Random Type=\"MACAddress\" Separator=\"-\"}}"
})
.WithTransformer()
);

View File

@@ -58,7 +58,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<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 Condition=" '$(TargetFramework)' == 'net451' ">