FSharp.TypeProviders.StarterPack by Tomas Petricek, Gustavo Guerra, Michael Newton

<PackageReference Include="FSharp.TypeProviders.StarterPack" Version="1.1.3.50" />

 FSharp.TypeProviders.StarterPack 1.1.3.50

The F# Type Provider Starter Pack contains everything you need to start building your own type providers.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FSharp.TypeProviders.StarterPack</id>
    <version>1.1.3.50</version>
    <authors>Tomas Petricek, Gustavo Guerra, Michael Newton</authors>
    <owners>Tomas Petricek, Gustavo Guerra, Michael Newton</owners>
    <licenseUrl>http://github.com/mavnn/FSharp.TypeProviders.StarterPack/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>http://github.com/mavnn/FSharp.TypeProviders.StarterPack</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The F# Type Provider Starter Pack contains everything you need to start building your own type providers.</description>
    <summary>Helper code and examples for getting started with Type Providers</summary>
    <releaseNotes>Remove folders</releaseNotes>
    <copyright>Copyright 2013</copyright>
    <tags>F# fsharp typeprovider</tags>
  </metadata>
</package>