Changed module version to required version for Invoke-CommandAs dependency
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user