This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
2017.8.30
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) andIgnoreMessage
. - Report plugin:
IgnoreMessage
is added in the ignore section.
- New options to handle update.ps1 errors:
Update-AuPackage
- Added parameter
WhatIf
that will save and restore the package. See documentation. (#30) au_GetLatest
can now returnignore
to make package ignored in theupdateall
context.
- Added parameter
Bugfixes
- Git plugin: package that changed
$Latest.PackageName
was not pushed when updated (#66).