EoDData.Net by MILL5

<PackageReference Include="EoDData.Net" Version="1.0.16" />

 EoDData.Net 1.0.16

A .NET class library for use against the EoDData APIs supporting .NET Standard, .NET Core, .NET 5.0, and the new .NET 6.0

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>EoDData.Net</id>
    <version>1.0.16</version>
    <authors>MILL5</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>eodData.png</icon>
    <projectUrl>https://github.com/MILL5/EoDData.Net</projectUrl>
    <description>A .NET class library for use against the EoDData APIs supporting .NET Standard, .NET Core, .NET 5.0, and the new .NET 6.0</description>
    <copyright>Copyright © MILL5, LLC 2021</copyright>
    <tags>stocks,financial,eoddata,price,api</tags>
    <repository type="git" url="https://github.com/MILL5/EoDData.Net" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="AutoMapper.Extensions.Microsoft.DependencyInjection" version="11.0.0" exclude="Build,Analyzers" />
        <dependency id="M5.FinancialDataSanitizer" version="1.0.3-alpha" exclude="Build,Analyzers" />
        <dependency id="Pineapple" version="1.0.36" exclude="Build,Analyzers" />
        <dependency id="Polly" version="7.2.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>