Reputation: 29427
How can I have a package added to the list of available package of nuget/nupack?
Upvotes: 1
Views: 1835
Reputation: 59031
Follow the instructions here: http://nupackpackages.codeplex.com/
Basically, fork that project, then use use hg (Mercurial) version control to get the project source to your machine, add your package to the packages directory, commit your change, push it up to your fork, then send a pull request.
Upvotes: 2