Skip to content

Instantly share code, notes, and snippets.

@rubberduck203
Created April 10, 2019 19:26
Show Gist options
  • Save rubberduck203/543eebce3ced6a72ab279d84994f5ad4 to your computer and use it in GitHub Desktop.
Save rubberduck203/543eebce3ced6a72ab279d84994f5ad4 to your computer and use it in GitHub Desktop.
Get Nuget license info for project
Get-Package | Select-Object Id,LicenseUrl | Out-File -FilePath .\licenses.txt
Get-Package | Select-Object LicenseUrl | Get-Unique -AsString | Out-File .\unique-licenses.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment