Skip to content

Commit

Permalink
Updated nuspec for Dossier rename
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed Apr 19, 2015
1 parent 86eb37d commit aa325b6
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 43 deletions.
42 changes: 0 additions & 42 deletions TestStack.Dossier/NTestDataBuilder.nuspec

This file was deleted.

2 changes: 1 addition & 1 deletion TestStack.Dossier/TestStack.Dossier.csproj
Expand Up @@ -98,7 +98,7 @@
<Compile Include="ProxyBuilder.cs" />
</ItemGroup>
<ItemGroup>
<None Include="NTestDataBuilder.nuspec" />
<None Include="TestStack.Dossier.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down
45 changes: 45 additions & 0 deletions TestStack.Dossier/TestStack.Dossier.nuspec
@@ -0,0 +1,45 @@
<?xml version='1.0' encoding='UTF-8'?>
<package>
<metadata>
<id>
TestStack.Dossier
</id>
<version>
1.0.0
</version>
<authors>
Robert Moore, Michael Whelan, TestStack
</authors>
<description>
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.
</description>
<projectUrl>
https://github.com/TestStack/TestStack.Dossier
</projectUrl>
<licenseUrl>
https://github.com/TestStack/TestStack.Dossier/blob/master/LICENSE
</licenseUrl>
<iconUrl>
https://raw.github.com/TestStack/TestStack.Dossier/master/logo.png
</iconUrl>
<tags>
testing data-generation test-fixture nbuilder nsubstitute autofixture mocking equivalence-class test-data-builder anonymous-value ntestdatabuilder
</tags>
<language>
en-US
</language>
<dependencies>
<dependency id="NSubstitute" version="1.8.1.0" />
<dependency id="Castle.Core" version="3.3.1" />
<dependency id="AutoFixture" version="3.20.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\TestStack.Dossier.dll" target="lib\NET40" />
<file src="bin\Release\TestStack.Dossier.pdb" target="lib\NET40" />
<file src="bin\Release\TestStack.Dossier.XML" target="lib\NET40" />
<file src="**\*.cs" exclude="obj\**\*.*" target="src" />
</files>
</package>
Binary file modified logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa325b6

Please sign in to comment.