Given a packages.config with...
<package id="Simple.Data.Core" version="0.12.2.2" allowedVersions="[0.12,0.13)" />
If I use Update-Packages, all is well, however if a developer use the UI dialog it updates to the latest (0.14.0.3) without warning or obeying the version constraint
Comments: We can't just fix it and release it right away. That's not how software development works. The fix needs to be tested. If you want to get the fix, you can download our nightly build at http://build.nuget.org/NuGet.Tools.vsix
<package id="Simple.Data.Core" version="0.12.2.2" allowedVersions="[0.12,0.13)" />
If I use Update-Packages, all is well, however if a developer use the UI dialog it updates to the latest (0.14.0.3) without warning or obeying the version constraint
Comments: We can't just fix it and release it right away. That's not how software development works. The fix needs to be tested. If you want to get the fix, you can download our nightly build at http://build.nuget.org/NuGet.Tools.vsix