Fixed choco outdated command to not use $LASTEXITCODE and instead check if NULL

This commit is contained in:
Dan Franciscus
2019-06-05 10:04:31 -04:00
parent 1e0b6fde5a
commit fcc67aa9c5
3 changed files with 13 additions and 26 deletions

View File

@@ -1,19 +1,11 @@
# Chocolatey-tools Release History
## Version Number - Release Date
## 0.4.3 - 6/5/2019
### Fixed
* First item fixed
* Get-ChocoOutdatedPackages was failing due to change in $LASTEXITCODE handling in latest
Chocolatey version (0.10.15)
* Second item fixed
### Added
* New item added
* Another new item added
### Changed
* Feature changed
* Tests added