v0.4.0
[0.4.0] 2021-04-08
Changed
- Bumped
PowerShellBuild
dependency to0.6.1
. - The
-DestinationPath
parameter inNew-StuccoModule
is explicitly set toPosition=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.