Created
January 21, 2011 00:29
-
-
Save stevehebert/789019 to your computer and use it in GitHub Desktop.
nuspec file created with the Albacore::nuspec task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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