fsprojects / FSharp.Control.AsyncSeq

Asynchronous sequences for F#
https://fsprojects.github.io/FSharp.Control.AsyncSeq/
Other
161 stars 59 forks source link

nuget publish #104

Closed wilsoncg closed 5 years ago

wilsoncg commented 5 years ago

@eulerfx / @dsyme How to bump the nuget package version? I'd also like to re-publish the API documentation at the same time (as now the links to line numbers in master are out of whack because of commits).

dsyme commented 5 years ago

Hi @wilsoncg, my apologies for the delay.

Bumping the version number is simply adding a new entry to https://github.com/fsprojects/FSharp.Control.AsyncSeq/blob/master/RELEASE_NOTES.md. The rest should be automatic as part of the build process.

(double check the source tree for other occurrences of the build number just in case)

thanks don