Temp-Mail-API icon indicating copy to clipboard operation
Temp-Mail-API copied to clipboard

Enquery about installation

Open reveng007 opened this issue 3 years ago • 1 comments

I was trying to install with Install-Package TempMail.API cmd in powershell (normal as well as admin), it didn't work. Actually, I'm quite new to C#.

This is the attachment.

image

How to get past this? Any help.. (PS: I haven't cloned or downloaded the repo files)

reveng007 avatar Jun 14 '22 20:06 reveng007

Hello

You can try with this:

For Powershell 5.1:

Install-Package TempMail.API -Destination ".\NugetPackages" -Source 'https://www.nuget.org/api/v2' -ProviderName NuGet -SkipDependencies

For new versions of Powershell you can use https://api.nuget.org/v3/index.json

AngelGzS avatar Jun 14 '22 22:06 AngelGzS