Changed module version to required version for Invoke-CommandAs dependency

This commit is contained in:
dfrancis-adm
2019-07-11 08:39:11 -04:00
parent b82e706166
commit 5d63f13637

View File

@@ -52,7 +52,7 @@ Description = 'PowerShell module for managing Chocolatey internalizing'
# Modules that must be imported into the global environment prior to importing this module # Modules that must be imported into the global environment prior to importing this module
RequiredModules = @( RequiredModules = @(
@{ModuleName = 'Invoke-CommandAs'; ModuleVersion = '2.2'} @{ModuleName = 'Invoke-CommandAs'; RequiredVersion = '3.1.3'}
) )
# Assemblies that must be loaded prior to importing this module # Assemblies that must be loaded prior to importing this module