-
- First, you need a NuGet account, which can be registered on the website: https://www.nuget.org. Existing account is slightly.
- Need a Apikeys, after login, in my account to find Apikeys go in;
- Create Apikeys
- Download Nuegt tool: Https://www.nuget.org/downloads Nuget.exe
- Put Nuget.exe in the csproj file directory
- Press and hold the shift+ mouse right-click to open the command window here
- Set Apikeys: Command format: NuGet Setapikey the created key in your account
- Create nuspec File: Command format: NuGet spec
- Create nupkg File: Command format: NuGet Pack full name of your csproj file
- Upload nuget Package: Command format: NuGet push nineth Step generated full file name
- Test Download NuGet Package: (Do not find the NuGet Package Manager in the uploaded NuGet project, otherwise you cannot find it) in the NuGet Package Manager in other projects find your uploaded nuget package, download using
- Cond..
Detailed. Net How to upload your own package to the NuGet platform and how to use the NuGet Package Manager