Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (version) 0.9.9.12
  (chocolateyGH-659) Fix: PowerShell Collection is read-only
  (chocolateyGH-659) Fix: PowerShell Collection is read-only
  • Loading branch information
ferventcoder committed Mar 18, 2016
2 parents 90e229b + 9306274 commit d67f817
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ For 590 - if you set a custom cache directory for downloads, it will no longer u
* API - Chocolatey Lib still marks vital package information as internal - see [#433](https://github.com/chocolatey/choco/issues/433)
* API - Add paging to list command - see [#427](https://github.com/chocolatey/choco/issues/427)

## [0.9.9.12](https://github.com/chocolatey/choco/issues?q=milestone%3A0.9.9.12+is%3Aclosed) (March 18, 2016)

### BUG FIXES

* Fix - PowerShell "Collection is read-only" - see [#659](https://github.com/chocolatey/choco/issues/659)

## [0.9.9.11](https://github.com/chocolatey/choco/issues?q=milestone%3A0.9.9.11+is%3Aclosed) (October 6, 2015)

### BUG FIXES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[alias("o","override","overrideArguments","notSilent")]
[switch] $overrideArgs = $false,
[alias("x86")][switch] $forceX86 = $false,
[alias("params")][alias("parameters")][alias("pkgParams")][string]$packageParameters = '',
[alias("params,"parameters","pkgParams")][string]$packageParameters = '',
[string]$packageScript
)
Expand Down

0 comments on commit d67f817

Please sign in to comment.