CChoco Versions Save

Community resource to manage Chocolatey

2.6.0

7 months ago

Bug Fixes

  • Unable to install chocolatey with cChocoInstaller - see #179.

Improvements

  • Allow cChocoSource to update an existing Source - see #156.

v2.5.0

3 years ago

(#151) Download install.ps1 to temp folder to fix a bug after changes to the Chocolatey install.ps1 script; (#20) Add cChocoConfig resource;

2.4.1

4 years ago

[#135] A fix for passing custom source name in cChocoPackageInstaller Test-TargetResource (maint) Fix description and issue label (maint) Fix headings (GH-126) Document WinRM envelope size issue Corrected reversed logic in if (-not $Purge) Using $Purge.IsPresent` to be more explicit. Revered if Purge.IsPresent checks back to origional order Converted simple functions to "Advanced Functions" to match the rest of code (maint) Add build instructions (maint) Formatting Updated [Version] to Fully Qualified [System.Version] Choco appends '-beta' to beta version numbers Added parsing to split on '-' and only use the first section. Implemented caching choco version Ensured explicitly casting '0.10.4' to Version Powershell cannot compair 0.10.4 to a version number Fix Pester Test run Failure Choco Versions >10.4 overwhelm log with download Progress data