CodeLifter.HealthAPI.Covid19 0.9.0
A very simple to use .net standard 2.0 wrapper of the HealthAPI.com Covid19 API and data.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>CodeLifter.HealthAPI.Covid19</id>
<version>0.9.0</version>
<authors>Andrew Palmer</authors>
<owners>Andrew Palmer</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://github.com/CodeLifterIO/CodeLifter.HealthAPI.Covid19/blob/master/LICENSE</licenseUrl>
<description>A very simple to use .net standard 2.0 wrapper of the HealthAPI.com Covid19 API and data.</description>
<tags>Coronavirus, Health.com, Covid19</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="CodeLifter.Http" version="1.0.2" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>