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

List all NuGet packages with Id, Version, License URL and Project URL

$
0
0

I would like to extract the following information out of all installed nuget packages in my solution:Id, Version, License URL and Project URL. The nuget package manager lists all of the informations I need for each package. (see picture)

nuget package manager

When I take a look at all the informations stored in each object in the nuget package manager console with the command Get-Package | select * I get the following exemplary result:

  • ProjectName : WebSchnittstellen
  • Id : Antlr
  • Versions : {3.5.0.2}
  • AsyncLazyVersions : NuGet.Versioning.NuGetVersion[]
  • Version : 3.5.0.2
  • AllVersions : False
  • LicenseUrl : http://www.antlr3.org/license.html

By using Get-Package | select -Unique Id, Version, LicenseUrl I can extract one part of the needed information. But how can I add the Project URL to each entry?


Viewing all articles
Browse latest Browse all 3067

Trending Articles



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