fsprojects / Chessie

Railway-oriented programming for .NET
http://fsprojects.github.io/Chessie/
The Unlicense
187 stars 43 forks source link

use correct version in project.json #44

Closed enricosada closed 8 years ago

enricosada commented 8 years ago

the package version should be changed also in project.json

it's not possibile yet to change the whole version ( ref https://github.com/dotnet/cli/issues/571 ), only to add a version suffix

And i cannot creatively use the version-suffix in dotnet pack because version *, 0.* are not a valid version string, so i cannot pass only one part of the version.

forki commented 8 years ago

isn't that something that should be set from FAKE?

enricosada commented 8 years ago

I'll do a string replace in fake About build error, that's new, tried local build and was ok