How to create a NuGet Package using NuGet.Core?

Viewed 4997

I would like to create a application which makes use of the NuGet Package NuGet.Core. It has a class called PackageBuilder that makes it possible. Is there any sample / tutorial / documentation available?

2 Answers
Related