This commit is contained in:
dfrancis-adm
2019-07-11 08:11:18 -04:00
parent ff59de00f5
commit 509466dfb4
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,10 @@
# Chocolatey-tools Release History # Chocolatey-tools Release History
## 0.4.8 - 7/11/2019
### Added
* Module dependency for Invoke-CommandAs version 2.2
## 0.4.7 - 7/10/2019 ## 0.4.7 - 7/10/2019
### Fixed ### Fixed

View File

@@ -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.7' ModuleVersion = '0.4.8'
# Supported PSEditions # Supported PSEditions
# CompatiblePSEditions = @() # CompatiblePSEditions = @()