fsprojects / Paket.VisualStudio

Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
MIT License
147 stars 51 forks source link

Question: Check for Updates #94

Closed mexx closed 8 years ago

mexx commented 8 years ago

I'm curious, why the check for updates functionality includes pre-releases. The output practically almost always deviates from paket outdated command, there is often a pre-release of some of the referenced packages present.

Btw. none of the update commands include pre-releases. Can we make it consistent and also disallow pre-releases?

forki commented 8 years ago

There are switches for that. We might want to change the defaults. The current defaults were based on @agross' proposal

mexx commented 8 years ago

I didn't saw any switches in the code. It's simply hardcoded true in it, please see my referenced PR.

forki commented 8 years ago

Ah we are talking about the VS plugin. Sorry ;-)

Yeah that might be fucked up.