I'm trying to use nuget list to get a list of available versions for a specific package through a nuget.org v3. But when i try to test in command line , i am facing below issue :
Example :nuget list JSON -Source "https://www.myget.org/F/adiaceplugins/api/v3/registration1/board.****/index.json"
Issue :Unable to load the service index for source https://www.myget.org/F/adiaceplugins/api/v3/registration1/board.****/index.json.The source does not have the 'version' property.
Kindly Suggest on this...