There's already Update-Package –Safe, but assuming all packages are semantically versioned, it would be the case that for a developer to upgrade to the "latest framework that won't break my app" they'd want to upgrade to X.Y.Y.Y where X remains the same as before and Y is allowed to change. Right now, -Safe only supports X.X.Y.Y. So can we have a flag that will upgrade everything but not past the major version number?
↧