forked from oriches/faker-cs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Faker.Net.nuspec
42 lines (42 loc) · 3.72 KB
/
Faker.Net.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Faker.Net</id>
<version>1.0</version>
<authors>Ben Smith,Ollie Riches,Robin Michael</authors>
<owners>Ben Smith,Ollie Riches,Robin Michael</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/oriches/faker-cs</projectUrl>
<description>C# port of the Ruby Faker gem (http://faker.rubyforge.org/) and is used to easily generate fake data: names, addresses, phone numbers, etc.</description>
<summary>C# port of the Ruby Faker gem (http://faker.rubyforge.org/)</summary>
<copyright>Ben Smith, Ollie Riches, Robin Michael 2022</copyright>
<tags>Faker, Testing, TDD, .Net, .Net Standard, .Net Core</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\Faker.Net.4.5\bin\Release\de-DE\Faker.Net.4.5.resources.dll" target="lib\net452\de-DE\Faker.Net.4.5.resources.dll" />
<file src="src\Faker.Net.4.5\bin\Release\Faker.Net.4.5.dll" target="lib\net452\Faker.Net.4.5.dll" />
<file src="src\Faker.Net.4.6\bin\Release\de-DE\Faker.Net.4.6.resources.dll" target="lib\net462\de-DE\Faker.Net.4.6.resources.dll" />
<file src="src\Faker.Net.4.6\bin\Release\Faker.Net.4.6.dll" target="lib\net462\Faker.Net.4.6.dll" />
<file src="src\Faker.Net.4.7\bin\Release\de-DE\Faker.Net.4.7.resources.dll" target="lib\net472\de-DE\Faker.Net.4.7.resources.dll" />
<file src="src\Faker.Net.4.7\bin\Release\Faker.Net.4.7.dll" target="lib\net472\Faker.Net.4.7.dll" />
<file src="src\Faker.Net.4.8\bin\Release\de-DE\Faker.Net.4.8.resources.dll" target="lib\net48\de-DE\Faker.Net.4.8.resources.dll" />
<file src="src\Faker.Net.4.8\bin\Release\Faker.Net.4.8.dll" target="lib\net48\Faker.Net.4.8.dll" />
<file src="src\Faker.Net.5.0\bin\Release\net5.0\de-DE\Faker.Net.5.0.resources.dll" target="lib\net50\de-DE\Faker.Net.5.0.resources.dll" />
<file src="src\Faker.Net.5.0\bin\Release\net5.0\Faker.Net.5.0.dll" target="lib\net50\Faker.Net.5.0.dll" />
<file src="src\Faker.Net.6.0\bin\Release\net6.0\de-DE\Faker.Net.6.0.resources.dll" target="lib\net60\de-DE\Faker.Net.6.0.resources.dll" />
<file src="src\Faker.Net.6.0\bin\Release\net6.0\Faker.Net.6.0.dll" target="lib\net60\Faker.Net.6.0.dll" />
<file src="src\Faker.Net.Core.3.0\bin\Release\netcoreapp3.0\de-DE\Faker.Net.Core.3.0.resources.dll" target="lib\netcoreapp3.0\de-DE\Faker.Net.Core.3.0.resources.dll" />
<file src="src\Faker.Net.Core.3.0\bin\Release\netcoreapp3.0\Faker.Net.Core.3.0.dll" target="lib\netcoreapp3.0\Faker.Net.Core.3.0.dll" />
<file src="src\Faker.Net.Core.3.1\bin\Release\netcoreapp3.1\de-DE\Faker.Net.Core.3.1.resources.dll" target="lib\netcoreapp3.1\de-DE\Faker.Net.Core.3.1.resources.dll" />
<file src="src\Faker.Net.Core.3.1\bin\Release\netcoreapp3.1\Faker.Net.Core.3.1.dll" target="lib\netcoreapp3.1\Faker.Net.Core.3.1.dll" />
<file src="src\Faker.Net.Standard.2.0\bin\Release\netstandard2.0\de-DE\Faker.Net.Standard.2.0.resources.dll" target="lib\netstandard2.0\de-DE\Faker.Net.Standard.2.0.resources.dll" />
<file src="src\Faker.Net.Standard.2.0\bin\Release\netstandard2.0\Faker.Net.Standard.2.0.dll" target="lib\netstandard2.0\Faker.Net.Standard.2.0.dll" />
<file src="src\Faker.Net.Standard.2.1\bin\Release\netstandard2.1\de-DE\Faker.Net.Standard.2.1.resources.dll" target="lib\netstandard2.1\de-DE\Faker.Net.Standard.2.1.resources.dll" />
<file src="src\Faker.Net.Standard.2.1\bin\Release\netstandard2.1\Faker.Net.Standard.2.1.dll" target="lib\netstandard2.1\Faker.Net.Standard.2.1.dll" />
</files>
</package>