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
<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