Prequisites
A VS2010 based IDE or SharpDevelop. (It is also possible to use NuGet without and IDE but I wont be mentioning how.)
Download or Install NuGet.
I created my package via the NuGetPackage Explorer.
NuGet
Obtaining NuGet Packages
In the Solution Explorer, right click then click Add Package Library Reference.
This will bring up to Package Manager, where you can browse and search for package. Get updates.

But do something a little cleaver. Click on setting in the bottom right corner

Notice how I have a package source called lib that lives at folder on my Machine.
This was achieved by click on the Add button and choosing a Folder or Shared Folder.
Creating a simple Package.
Launch the NuGet Package Explorer.

File->New

Edit->Edit Package MetaData

Change the information to be relative to your package. You can also include any other packages that your package depends on.
Adding Content
Content -> Add
Including a dll with a package, Add -> Lib Folder.

Saving as a package
File -> Save As
Select the directory where you want to create the package ( I use Public/NuGet Packages/)
Publish to the NuGet Server
File -> Publish
Enter your API key (obtain one my registering at NuGet.org.
Click Publish.





MultiQuote



|