While CheckVersionAsync(string path, bool includePrerelease = false) and CheckVersionAsync(string[] pathList, bool includePrerelease = false) are available to check used packages to update, the result is data where caller should use it to print on screen.
A method which lists only update available packages or all packages with their availability status might be useful.
While
CheckVersionAsync(string path, bool includePrerelease = false)andCheckVersionAsync(string[] pathList, bool includePrerelease = false)are available to check used packages to update, the result is data where caller should use it to print on screen.A method which lists only update available packages or all packages with their availability status might be useful.