From ff59de00f532b54f7079d35fbe93b99723e2401e Mon Sep 17 00:00:00 2001 From: dfrancis-adm Date: Thu, 11 Jul 2019 08:09:50 -0400 Subject: [PATCH] Added module dependency - Invoke-CommandAs; ModuleVersion = 2.2 --- Chocolatey-tools.psd1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Chocolatey-tools.psd1 b/Chocolatey-tools.psd1 index 564f852..3388eb8 100644 --- a/Chocolatey-tools.psd1 +++ b/Chocolatey-tools.psd1 @@ -51,7 +51,9 @@ Description = 'PowerShell module for managing Chocolatey internalizing' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -# RequiredModules = @() + RequiredModules = @( + @{ModuleName = 'Invoke-CommandAs'; ModuleVersion = '2.2'} + ) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @()