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: It doesn't work for solution level updates via UI Repro 1. install nuget.server an older version and add allowedversions to it 2. from solution level launch the package manager dialog and try updating nuget.server Actual: It gets updates Expected: Should be skipped for this project and show a message that it was skipped due to allowedversion 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
Comments: It doesn't work for solution level updates via UI Repro 1. install nuget.server an older version and add allowedversions to it 2. from solution level launch the package manager dialog and try updating nuget.server Actual: It gets updates Expected: Should be skipped for this project and show a message that it was skipped due to allowedversion constraint