Skip to content

Commit aa325b6

Browse files
committed
Updated nuspec for Dossier rename
1 parent 86eb37d commit aa325b6

File tree

4 files changed

+46
-43
lines changed

4 files changed

+46
-43
lines changed

TestStack.Dossier/NTestDataBuilder.nuspec

-42
This file was deleted.

TestStack.Dossier/TestStack.Dossier.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<Compile Include="ProxyBuilder.cs" />
9999
</ItemGroup>
100100
<ItemGroup>
101-
<None Include="NTestDataBuilder.nuspec" />
101+
<None Include="TestStack.Dossier.nuspec" />
102102
<None Include="packages.config" />
103103
</ItemGroup>
104104
<ItemGroup>
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<package>
3+
<metadata>
4+
<id>
5+
TestStack.Dossier
6+
</id>
7+
<version>
8+
1.0.0
9+
</version>
10+
<authors>
11+
Robert Moore, Michael Whelan, TestStack
12+
</authors>
13+
<description>
14+
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.
15+
16+
Formerly called NTestDataBuilder.
17+
</description>
18+
<projectUrl>
19+
https://github.com/TestStack/TestStack.Dossier
20+
</projectUrl>
21+
<licenseUrl>
22+
https://github.com/TestStack/TestStack.Dossier/blob/master/LICENSE
23+
</licenseUrl>
24+
<iconUrl>
25+
https://raw.github.com/TestStack/TestStack.Dossier/master/logo.png
26+
</iconUrl>
27+
<tags>
28+
testing data-generation test-fixture nbuilder nsubstitute autofixture mocking equivalence-class test-data-builder anonymous-value ntestdatabuilder
29+
</tags>
30+
<language>
31+
en-US
32+
</language>
33+
<dependencies>
34+
<dependency id="NSubstitute" version="1.8.1.0" />
35+
<dependency id="Castle.Core" version="3.3.1" />
36+
<dependency id="AutoFixture" version="3.20.0" />
37+
</dependencies>
38+
</metadata>
39+
<files>
40+
<file src="bin\Release\TestStack.Dossier.dll" target="lib\NET40" />
41+
<file src="bin\Release\TestStack.Dossier.pdb" target="lib\NET40" />
42+
<file src="bin\Release\TestStack.Dossier.XML" target="lib\NET40" />
43+
<file src="**\*.cs" exclude="obj\**\*.*" target="src" />
44+
</files>
45+
</package>

logo.png

1.19 KB
Loading

0 commit comments

Comments
 (0)