TheTVDBSharp by Viktor Hofer

<PackageReference Include="TheTVDBSharp" Version="2.0.2" />

 TheTVDBSharp 2.0.2

TheTVDB API access library with support for netstandard 1.1 and above.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>TheTVDBSharp</id>
    <version>2.0.2</version>
    <authors>Viktor Hofer</authors>
    <owners>Viktor Hofer</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/ViktorHofer/TheTVDBSharp/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/ViktorHofer/TheTVDBSharp</projectUrl>
    <iconUrl>http://thetvdb.com/favicon.ico</iconUrl>
    <description>TheTVDB API access library with support for netstandard 1.1 and above.</description>
    <copyright>Copyright 2017 (c) Viktor Hofer</copyright>
    <tags>TheTVDB TVDB SeriesManager IMDB</tags>
    <repository url="https://github.com/ViktorHofer/TheTVDBSharp" />
    <dependencies>
      <group targetFramework=".NETStandard1.1">
        <dependency id="System.ValueTuple" version="4.3.0" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>