PowerShell script to show all of the Dynamics 365 packages on Nuget

 

Just leaving this here.  A PowerShell script to show all of the Dynamics 365 packages on Nuget:

 

find-package author:crmsdk | Format-Table -Property ID,Versions,Description –AutoSize

 

Run this from PowerShell or from the Nuget Package Manager Console.

Leave a Reply 1 comment