- Sign in at [https://www.nuget.org/].
- Download available NuGet distribution from [https://www.nuget.org/downloads]. Copy nuget.exe to [C:\Windows\system32].
- Create a class dll.
- Fill assembly info.
- Execute [nuget spec "...\Ptoject.csproj"]. Fill fields.
- Edit license info in nuspec-file.
- Rebuild the project.
- Create the nupkg-file. [nuget pack] - debug mode [nuget pack -Prop Configuration=Debug] - debug mode [nuget pack -Prop Configuration=Release] - release mode
- Upload the nupkg-file to [https://www.nuget.org/].