Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

How to get NuGet package authors in PowerShell?

$
0
0

I want to get a NuGet packages information. I have already script , like this:

@( Get-Project -All | ? { $_.ProjectName } | %  {Get-Package -ProjectName $_.ProjectName } ) | ? { $_.LicenseUrl } | % {$pkg  = $_ ;

$pkg.Id is accessible$pkg.LicenseUrl is accessible

But I cannot understand when I print $pkg , the output contains Id, Versions,ProjectName. How to acces LicenseUrl .

$pkg.Authors is not accessible . I cannot any script for getting autohers from NugetPackages. Pls help me.


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>