Skip to content

Commit

Permalink
Fix issue 4 (#8)
Browse files Browse the repository at this point in the history
* Fix Core.Flow dependency name

* Add dependency version
  • Loading branch information
Maxime Gélinas authored Jun 19, 2018
1 parent f4f05a3 commit c07a3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SolidStack.Core.Flow/SolidStack.Core.Flow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<copyright>$copyright$</copyright>
<tags>SolidStack Flow OptionPattern ResultPattern EitherPattern RailwayOrientedProgramming FunctionalProgramming</tags>
<dependencies>
<dependency id="SolidStack.Core.Flow"/>
<dependency id="SolidStack.Core.Guards" version="1.0.0"/>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit c07a3db

Please sign in to comment.