Skip to content

Commit b1e90f8

Browse files
committed
Added NuGet metadata
1 parent d52c5b3 commit b1e90f8

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

TestStack.Dossier/TestStack.Dossier.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
5+
<AssemblyName>TestStack.Dossier</AssemblyName>
6+
<PackageId>TestStack.Dossier</PackageId>
7+
<PackageVersion>3.5.0</PackageVersion>
8+
<Authors>Robert Moore, Michael Whelan, TestStack</Authors>
9+
<Description>
10+
TestStack.Dossier provides you with the code infrastructure to easily and quickly generate test fixture data for your automated tests in a terse, readable and maintainable way using the Test Data Builder, anonymous value and equivalence class patterns. Formerly called NTestDataBuilder.
11+
</Description>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13+
<PackageTags>testing data-generation test-fixture nbuilder nsubstitute autofixture mocking equivalence-class test-data-builder anonymous-value ntestdatabuilder</PackageTags>
14+
<RepositoryUrl>https://github.com/TestStack/TestStack.Dossier</RepositoryUrl>
515
</PropertyGroup>
6-
16+
717
<ItemGroup>
818
<None Remove="DataSources\Dictionaries\Resources\AddressAusCity.txt" />
919
<None Remove="DataSources\Dictionaries\Resources\AddressAusCompany.txt" />

0 commit comments

Comments
 (0)