Skip to content

v0.4.0

Compare
Choose a tag to compare
@devblackops devblackops released this 09 Apr 05:07
· 13 commits to main since this release
b31d399

[0.4.0] 2021-04-08

Changed

  • Bumped PowerShellBuild dependency to 0.6.1.
  • The -DestinationPath parameter in New-StuccoModule is explicitly set to Position=0 so the
    parameter name is no longer mandatory (e.g.: New-StuccoModule C:\my\path\to\module) now works as expected.

Fixed

  • Removed logic trying to dot source Initialize.ps1. This file doesn't exist in the templated module.