Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.
monoman edited this page Oct 7, 2011 · 3 revisions

PackageManagerAddin (formerly PackageReferenceAddin) is a MonoDevelop addin to bring the awesomeness (with some quirks) of Nuget packages to the developer of managed solutions using this marvelous cross-platform IDE.


Would you like to reference the venerable log4net library in your MonoTouch iOS app. It will be piece of cake, just right-click the project, and select the "Manage Packages..." menu item, find the log4net package in the list using the incremental search and press "Add".

Beyond what is possible in VS2010 with their current Nuget plugin, the PackageManagerAddin will leverage NugetCracker to allow easily transforming a library class into a full nuget, while fixing references from other projects in the solution, even helping you to publish it to the standard nuget feed, or to alternate public/private feeds/repositories.

Stay tuned

Clone this wiki locally