RKon.Alexa.NET by R. K

<PackageReference Include="RKon.Alexa.NET" Version="1.1.0-beta" />

 RKon.Alexa.NET 1.1.0-beta

A simple .NET Core library for handling Alexa Smart Home Requests.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>RKon.Alexa.NET</id>
    <version>1.1.0-beta</version>
    <title>RKon.Alexa.NET</title>
    <authors>R. K</authors>
    <owners>R. Kling</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/bugfi5h/Alexa-Smart-Home/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/bugfi5h/Alexa-Smart-Home</projectUrl>
    <description>A simple .NET Core library for handling Alexa Smart Home Requests.</description>
    <summary>A simple .NET Core library for handling Alexa Smart Home Requests.</summary>
    <language>de</language>
    <tags>amazon alexa echo dot Smart Home echo dot skills</tags>
    <dependencies>
      <group targetFramework=".NETStandard1.6">
        <dependency id="NETStandard.Library" version="1.6.0" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="9.0.2-beta2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <releaseNotes>PayloadVersion 3 of the Smart Home API is now used.

Do not download this version if you still use payload version 3! Stay on 1.0.20 </releaseNotes>
  </metadata>
</package>