fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 60 forks source link

fix compilation on Windows by "paket install --hard" #46

Closed vasily-kirichenko closed 9 years ago

vasily-kirichenko commented 9 years ago

AppVeyor is red. It's still trying to publish the NuGet package. I don't understand 1. why 2. how it works (I mean where it get credentials from?)

forki commented 9 years ago

Let me check this tomorrow. On Nov 2, 2014 1:38 PM, "Vasily Kirichenko" notifications@github.com wrote:

AppVeyor is red. It's still trying to publish the NuGet package. I don't understand 1. why 2. how it works (I mean where it get credentials from?)

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/FSharp.Control.Reactive/pull/46#issuecomment-61405070 .

panesofglass commented 9 years ago

@vasily-kirichenko I added my credentials to the AppVeyor deployment.

panesofglass commented 9 years ago

Build is red b/c RELEASE_NOTES.md has the same version. I can turn off deployment or change the bug patch number on each build. Thoughts?