Added a lot of stuff

This commit is contained in:
Dan Franciscus
2019-07-10 11:24:06 -04:00
parent 920ac2710c
commit 59cf4a3d7d
5 changed files with 257 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Chocolatey-tools Release History
## 0.4.5 - 7/10/2019
### Added
* Start-ChocoRemotemgmt - A Winforms GUI that can install,uninstall,upgrade,view, see outdated packages on remote Chocolatey clients
* Get-ChocoSourcepackages - Helper function for getting packages from multiple Chocolatey sources for Start-ChocoRemotemgmt
* Invoke-RebootPrompt - Helper function for prompting to reboot a machine remotely in Start-ChocoRemotemgmt
## 0.4.3 - 6/5/2019
### Fixed