TenorClient 1.0.2
Client for interacting with the Tenor API with full async support. Built on .NET Standard 2.0.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>TenorClient</id>
<version>1.0.2</version>
<authors>halomademeapc</authors>
<owners>halomademeapc</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>logo.png</icon>
<projectUrl>https://tenor-client.halomademeapc.com/</projectUrl>
<description>Client for interacting with the Tenor API with full async support. Built on .NET Standard 2.0.</description>
<releaseNotes>Initial release</releaseNotes>
<tags>tenor,gif,api</tags>
<repository type="GitHub" url="https://github.com/halomademeapc/TenorClient" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="JsonNet.ContractResolvers" version="1.1.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Http" version="3.1.6" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>