Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

2017.8.30

Compare
Choose a tag to compare
@majkinetor majkinetor released this 30 Aug 19:42
· 293 commits to master since this release
  • Update-AUPackages
    • New options to handle update.ps1 errors: IgnoreOn, RepeatOn,RepeatCount,RepeatSleep. See documentation. (#76)
    • New option WhatIf option that will trigger WhatIf on all packages.
    • New AUPackage properties: Ignored (boolean) and IgnoreMessage.
    • Report plugin: IgnoreMessage is added in the ignore section.
  • Update-AuPackage
    • Added parameter WhatIf that will save and restore the package. See documentation. (#30)
    • au_GetLatest can now return ignore to make package ignored in the updateall context.

Bugfixes

  • Git plugin: package that changed $Latest.PackageName was not pushed when updated (#66).