Changed Invoke-CommandAs version to 3.1.5

This commit is contained in:
dfrancis-adm
2019-07-15 09:23:39 -04:00
parent 3d52bc1e1c
commit 69f3780f16
2 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,10 @@
# Chocolatey-tools Release History
## 0.4.10 - 7/15/2019
### Added
* Changed Invoke-CommandAs version to 3.1.5
## 0.4.9 - 7/11/2019
### Fixed

View File

@@ -12,7 +12,7 @@
RootModule = 'Chocolatey-tools.psm1'
# Version number of this module.
ModuleVersion = '0.4.9'
ModuleVersion = '0.4.10'
# Supported PSEditions
# CompatiblePSEditions = @()
@@ -30,7 +30,7 @@ CompanyName = 'CNJ Computing LLC'
Copyright = '(c) 2019 Dan Franciscus. All rights reserved.'
# Description of the functionality provided by this module
Description = 'PowerShell module for managing Chocolatey internalizing'
Description = 'PowerShell module for managing Chocolatey internalizing and remote management'
# Minimum version of the Windows PowerShell engine required by this module
# PowerShellVersion = ''
@@ -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'; RequiredVersion = '3.1.3'}
@{ModuleName = 'Invoke-CommandAs'; RequiredVersion = '3.1.5'}
)
# Assemblies that must be loaded prior to importing this module