/fsnuget

FsNuGet: minimal NuGet API with F# (why? because NuGet.Core.dll fails on Mono)

Primary LanguageF#OtherNOASSERTION

FsNuGet

Build status

Grown out of frustration with NuGet.Core.dll, this little lib allows for basic operations, such as checking out latest version of a NuGet package from the official repository and unpacking it to a local folder.

Unlike NuGet.Core.dll, tries to be lightweight and to work on Mono.