Changed Invoke-CommandAs version to 3.1.5
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
# Chocolatey-tools Release History
|
# 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
|
## 0.4.9 - 7/11/2019
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
RootModule = 'Chocolatey-tools.psm1'
|
RootModule = 'Chocolatey-tools.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '0.4.9'
|
ModuleVersion = '0.4.10'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
@@ -30,7 +30,7 @@ CompanyName = 'CNJ Computing LLC'
|
|||||||
Copyright = '(c) 2019 Dan Franciscus. All rights reserved.'
|
Copyright = '(c) 2019 Dan Franciscus. All rights reserved.'
|
||||||
|
|
||||||
# Description of the functionality provided by this module
|
# 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
|
# Minimum version of the Windows PowerShell engine required by this module
|
||||||
# PowerShellVersion = ''
|
# 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
|
# Modules that must be imported into the global environment prior to importing this module
|
||||||
RequiredModules = @(
|
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
|
# Assemblies that must be loaded prior to importing this module
|
||||||
|
|||||||
Reference in New Issue
Block a user