Alexa.NET.APL by Steven Pears

<PackageReference Include="Alexa.NET.APL" Version="5.1.0" />

 Alexa.NET.APL 5.1.0

Small helper library to allow Alexa.NET skills to work with APL

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Alexa.NET.APL</id>
    <version>5.1.0</version>
    <authors>Steven Pears</authors>
    <owners>Steven Pears</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/stoiveyp/Alexa.NET.APL</projectUrl>
    <description>Small helper library to allow Alexa.NET skills to work with APL</description>
    <releaseNotes>Support for APL 1.3</releaseNotes>
    <tags>alexa, skills, APL</tags>
    <repository url="https://github.com/stoiveyp/Alexa.NET.APL" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Alexa.NET" version="1.11.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>