Skip to content

Commit

Permalink
Fix issue 4 (#7)
Browse files Browse the repository at this point in the history
* Fix issue 4

* Rollback to hardcoded ids
  • Loading branch information
Maxime Gélinas authored Jun 15, 2018
1 parent 0260d7d commit f4f05a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/SolidStack.Core.Flow/SolidStack.Core.Flow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>SolidStack.Core.Flow</id>
<version>$version$</version>
<description>SolidStack.Core.Guards focuses on encapsulating the branching logic of your code so you can write a linear and much more readable code flow without having to deal with exceptions, null checks and unnecessary conditions.</description>
<description>SolidStack.Core.Flow focuses on encapsulating the branching logic of your code so you can write a linear and much more readable code flow without having to deal with exceptions, null checks and unnecessary conditions.</description>
<authors>$authors$</authors>
<title>$title$</title>
<projectUrl>$projectUrl$</projectUrl>
Expand All @@ -13,6 +13,9 @@
<!--<releaseNotes>$releaseNotes$</releaseNotes>-->
<copyright>$copyright$</copyright>
<tags>SolidStack Flow OptionPattern ResultPattern EitherPattern RailwayOrientedProgramming FunctionalProgramming</tags>
<dependencies>
<dependency id="SolidStack.Core.Flow"/>
</dependencies>
</metadata>
<files>
<file src="bin\$configuration$\netstandard2.0\SolidStack.Core.Flow.dll" target="lib\netstandard2.0"/>
Expand Down

0 comments on commit f4f05a3

Please sign in to comment.