From 98257cd797385f85a593e3732a5d60681e226204 Mon Sep 17 00:00:00 2001 From: Stephen Valdinger Date: Sun, 28 Apr 2019 16:48:56 -0400 Subject: [PATCH] Fix NOTES in CBH since I fixed the dependency nonsense --- functions/Get-ChocoPackageMetaData.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions/Get-ChocoPackageMetaData.ps1 b/functions/Get-ChocoPackageMetaData.ps1 index 85a75fd..21f9fd0 100644 --- a/functions/Get-ChocoPackageMetaData.ps1 +++ b/functions/Get-ChocoPackageMetaData.ps1 @@ -20,10 +20,6 @@ Function Get-ChocoPackageMetaData { .NOTES 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()]