Fixed Update All so it correctly updates implicit dependencies by igor84 · Pull Request #699 · GlitchEnzo/NuGetForUnity (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Merged
merged 2 commits into
Feb 15, 2025
Conversation
NugetWindow.updatePackages actually contains all installed packages with all the versions since we use it to quickly filter between Show Downgrades/Show Updates option. On the other hand Update All button is only visible when Show Updates option is active and so we need to pass the FilteredUpdatePackages to UpdateAll method since they will actually contain only the packages with updates.
@igor84 I adjusted it so it doesn't bother the current search term -> so it updates all packages that have a update but don't need to match the entered search text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})