You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of repeating the same code for install, upgrade, noops and
uninstalls, combine the code into one method that reports the summary
of actions taken.
When installing from a packages.config, or upgrading/uninstalling all
packages, things can get lost in the information about things that were
successful. It's better to report this in a summary when there are more
than an easily scannable number of packages involved. When the number
is 5 or more, report the summary of affected packages.
* stable:
(GH-715) Report loaded extension in debug
(GH-455) Adjust summary for unfound sources
(GH-557) Adjust logging of upgrade messages
(GH-759) Summarize affected pkgs when at least 5
(GH-759) One action summary for all actions
(maint) rename method
(GH-742) Feature List Formatting
(maint) licensing updates
(doc) update generated docs / add download
(maint) Allow better use of PowershellService
(GH-781) Web Functions - Return early when local file
(doc) add more information regarding pro/business
(GH-563) Environment changed message as warning
(doc) Uninstall-ChocolateyZipPackage is optional
(doc) Point to new docs location
(maint) do not log warning unless regular output
(GH-519) Update Install-ChocolateyShortcut Docs
(doc) update generated docs
(GH-773) Autodoc - Examples Before Parameters
(GH-774) Autodoc - Fix Aliases
Something similar to
The text was updated successfully, but these errors were encountered: