From 5d63f136370d70a3592c7e98c5d10b5073472f8e Mon Sep 17 00:00:00 2001 From: dfrancis-adm Date: Thu, 11 Jul 2019 08:39:11 -0400 Subject: [PATCH] Changed module version to required version for Invoke-CommandAs dependency --- Chocolatey-tools.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chocolatey-tools.psd1 b/Chocolatey-tools.psd1 index fd4a86b..1f426e4 100644 --- a/Chocolatey-tools.psd1 +++ b/Chocolatey-tools.psd1 @@ -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 RequiredModules = @( - @{ModuleName = 'Invoke-CommandAs'; ModuleVersion = '2.2'} + @{ModuleName = 'Invoke-CommandAs'; RequiredVersion = '3.1.3'} ) # Assemblies that must be loaded prior to importing this module