Psake v4.7.0 Release Notes

Release Date: 2017-11-21 // over 6 years ago
  • [4.7.0] 2017-11-21

    ๐Ÿš€ As part of this release we had 13 issues closed.

    ๐Ÿ”‹ Features

    #198 Add support for PowerShell Core on macOS and Linux. (via @dbroeglin)

    #196 Deprecate default build script name default.ps1 in favor of psakefile.ps1. (via @glennsarti)

    โœ‚ Remove legacy PowerShell v2 support. PSake now supports v3 and above.

    ๐Ÿ‘Œ Improvements

    #228 Project structure refactor (via @devblackops)

    #227 Ensure postAction and taskTeardown tasks get called after action failure (via @stephan-dowding)

    #222 Add support for .Net frameworks 4.6.2, 4.7, and 4.7.1. (via @rkeithhill)

    #218 Improve Build Time Report by using custom FormatTaskName value for header and display task timing at millisecond accuracy instead of microsecond. (via @theunrepentantgeek)

    #200 Add WorkingDirectory parameter to Exec function. (via @DaveSenn)

    #190 Use WriteColoredOutput for all task headers. (via @damianpowell)