This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Release history for the module

Versioned release notes for the PackageUpdateInfo PowerShell module

This section contains versioned release notes for the various releases of the PackageUpdateInfo PowerShell module.

Release notes v1.1.0.0

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 objects

Fixed

  • Command Get-PackageUpdateInfo
    • In 1.0.2.0 ReleaseNotes and PublishDate of all modules were put into every PackageUpdate.Info. Used wrong variable. Fixed.
    • Minor change in debug output on version comparison

Release notes v1.0.2.0

  • 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)

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