Release history for the module
This section contains versioned release notes for the various releases of the PackageUpdateInfo PowerShell module.
Release notes v1.1.1.0
Tuesday, February 12, 2019 in Changelog
Fixed Command Get-PackageUpdateInfo Fix Issue #11 — error on command when more than 63 modules are installed. The command Find-Module only accepts a maximum number of 63 strings in the Name parameter. Workaround with a for-each loop around this one.
Release notes v1.1.0.0
Saturday, February 09, 2019 in Changelog
Added Command Get-PackageUpdateInfo Possibility to push ToastNotification for update infos with BurntToast module by specifying -ShowToastNotification switch New dependency to module BurntToast Updated Add Description info on PackageUpdate.Info …
Release notes v1.0.2.0
Sunday, January 13, 2019 in Changelog
New: Add changelog ;-) Upd: Command Get-PackageUpdateInfo add properties on output object ProjectUri IconUri ReleaseNotes Author PublishedDate Upd: Reformat code to meet codestyle OTBS - K&R(One True Brace Style variant)
Release notes v1.0.1.0 (Initial release)
Saturday, November 10, 2018 in Changelog
Initial release Added Get-PackageUpdateInfo — Query all installed modules and display update status Export-PackageUpdateInfo — Export update information to file Import-PackageUpdateInfo — Import previously exported update information