FsNuGet by IntelliFactory

<PackageReference Include="FsNuGet" Version="1.0.13" />

 FsNuGet 1.0.13

Grown out of frustration with `NuGet.Core.dll`, this package allows basic operations such as downloading a package from NuGet repository, and works on both Mono and .NET

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FsNuGet</id>
    <version>1.0.13</version>
    <title>FsNuGet</title>
    <authors>IntelliFactory</authors>
    <owners>IntelliFactory</owners>
    <licenseUrl>https://github.com/intellifactory/fsnuget/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/intellifactory/fsnuget/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Grown out of frustration with `NuGet.Core.dll`, this
    package allows basic operations such as downloading a package from
    NuGet repository, and works on both Mono and .NET</description>
    <summary>Minimalistic NuGet API portable to Mono</summary>
    <copyright>2008-2014 IntelliFactory</copyright>
    <tags>nuget, F#, mono</tags>
  </metadata>
</package>