Alexa.NET.APL by Steven Pears

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

 Alexa.NET.APL 4.0.4

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>4.0.4</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>Fix issue with APLDocumentSettings</releaseNotes>
    <tags>alexa, skills, APL</tags>
    <repository url="https://github.com/stoiveyp/Alexa.NET.APL" />
    <dependencies>
      <group targetFramework=".NETStandard1.6">
        <dependency id="Alexa.NET" version="1.5.4" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>