I am making a change to some code which I need for one component of my application but which I do not wish to release to the rest of my application due to concern that it might have an unintended side effect.
We currently name our packages major.minor.hotfix.buildnumber
with our system on say 1.4.9.600
I'd like to release a package along the lines of 1.4.9-branch.601
which can only be chosen manually and wouldn't be picked up with the Update-packages
command.