Release notes v1.1.1.0

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.