Make the module aware of the new PowerShellGet v3.0.0 and use the new command Find-PSResource for online information retrieval, if available. This should speed up the online information retrieval significantly, because Find-PSResource can handle multiple module names in one call, while Find-Module only accept one module name per call.
Add german (de-DE) localization for about_PackageUpdateInfo.help file.
Add spanish (es-ES) localization for about_PackageUpdateInfo.help file.
Add french (fr-FR) localization for about_PackageUpdateInfo.help file.
Add polish (pl-PL) localization for about_PackageUpdateInfo.help file.
Changed
Fix Removed unintended dependency to PSFramework module in the PackageUpdateInfo.psm1 file. This was a leftover from refactoring a while ago. This module is explicitly intended to run without PSFramework. (even I very appreciate PSFramework and use it in many of my projects)
Some code refactoring in the functions of the module (no functional changes, just code style and readability improvements)
Refactoring of the comment-based help in the functions of the module (no functional changes, just code style and readability improvements)
Refactoring about_PackageUpdateInfo.help file with more userfriendly guidance and information about the module and the usage