Fix NOTES in CBH since I fixed the dependency nonsense

This commit is contained in:
Stephen Valdinger
2019-04-28 16:48:56 -04:00
parent e5f00d750c
commit 98257cd797

View File

@@ -20,10 +20,6 @@ Function Get-ChocoPackageMetaData {
.NOTES .NOTES
Written by Stephen Valdinger of Chocolatey Software for Dan Franciscus Written by Stephen Valdinger of Chocolatey Software for Dan Franciscus
Dependencies work a little funny in how they get stuffed into the object. They come back as an object themselves, so special care must be taken to unroll them.
e.g.
Get-ChocoPackageMetaData -ChocolateyPackage C:\packages\googlechrome.nupkg -AdditionalInformation Dependencies | Select-Object -ExpandProperty Dependencies
#> #>
[cmdletBinding()] [cmdletBinding()]