Skip to content

Instantly share code, notes, and snippets.

@stevehebert
Created January 21, 2011 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevehebert/789019 to your computer and use it in GitHub Desktop.
Save stevehebert/789019 to your computer and use it in GitHub Desktop.
nuspec file created with the Albacore::nuspec task
<?xml version="1.0"?>
<package>
<metadata>
<id>fluentworkflow</id>
<version>0.0.8.103</version>
<authors>Steve Hebert</authors>
<description>FluentWorkflow is a workflow/saga dsl and runtime component</description>
<language>en-US</language>
<licenseUrl>http://fluentworkflow.codeplex.com/license</licenseUrl>
<projectUrl>http://fluentworkflow.codeplex.com</projectUrl>
<dependencies>
<dependency id="Autofac" version="2.3.2.632"/>
<dependency id="Stateless"/>
</dependencies>
<files>
<file src="bin/Debug/*.dll" target="lib"/>
<file src="bin/Debug/*.pdb" target="lib"/>
</files>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment