Skip to content

Instantly share code, notes, and snippets.

@mhoyer
Created March 26, 2012 13:44
Show Gist options
  • Save mhoyer/2205129 to your computer and use it in GitHub Desktop.
Save mhoyer/2205129 to your computer and use it in GitHub Desktop.
NBuilder nuspec for 3.0.1.2 due to missing SL binaries.
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NBuilder</id>
<version>3.0.1.2</version>
<title>NBuilder</title>
<authors>Gareth Down</authors>
<owners>Gareth Down</owners>
<licenseUrl>http://www.gnu.org/licenses/lgpl.html</licenseUrl>
<projectUrl>http://nbuilder.org/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NBuilder allows you to rapidly create test fixtures.</description>
<summary>Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are one of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions.</summary>
<language>en-US</language>
<tags>TDD unit-testing testing fluent</tags>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment