forked from monoman/PackageManagerAddin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (11 loc) · 647 Bytes
/
README
File metadata and controls
15 lines (11 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NuGet bits come from its default feed of packages.
This addin for MonoDevelop will be Apache Licensed as NuGet. I think this is
compatible with both projects' licenses.
The idea is to have similar GUI (GTK# based) for what they have for VS2010,
or better.
To install the missing nuget packages manually, you'll need nuget.exe.
Download nuget.exe from a "CI build" http://docs.nuget.org/docs/start-here/installing-nuget.
If needed, create an alias to nuget.exe like this:
alias nuget='mono --runtime=v4.0 ~/bin/NuGet.exe'
run "nuget install packages.config -o packages" from the PackageManagerAddin
directory to restore the missing packages