Closed christianacca closed 6 years ago
Without specifying a RequiredVersion for Import-Module, powershell will import the latest version (see here for details).
RequiredVersion
Import-Module
We don't want that - we want to ensure the exact version in the requirements.psd1 is imported.
requirements.psd1
Looks good to me, thanks for adding this!
Without specifying a
RequiredVersion
forImport-Module
, powershell will import the latest version (see here for details).We don't want that - we want to ensure the exact version in the
requirements.psd1
is imported.