AlexaSkillsKit.NET 1.6.0

.NET Framework 4.5
dotnet add package AlexaSkillsKit.NET --version 1.6.0
NuGet\Install-Package AlexaSkillsKit.NET -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AlexaSkillsKit.NET" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlexaSkillsKit.NET --version 1.6.0
#r "nuget: AlexaSkillsKit.NET, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AlexaSkillsKit.NET as a Cake Addin
#addin nuget:?package=AlexaSkillsKit.NET&version=1.6.0

// Install AlexaSkillsKit.NET as a Cake Tool
#tool nuget:?package=AlexaSkillsKit.NET&version=1.6.0

.NET library that simplifies Alexa skills development; same object model as Amazon's AlexaSkillsKit for Java

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on AlexaSkillsKit.NET:

Repository Stars
AreYouFreeBusy/AlexaSkillsKit.NET
.NET library that simplifies Alexa skills development; same object model as Amazon's AlexaSkillsKit for Java
Version Downloads Last updated
1.6.0 15,021 1/18/2018
1.5.2 6,622 7/30/2017
1.5.1 53,257 8/13/2016
1.5.0 1,517 5/22/2016
1.4.2 1,221 3/6/2016
1.4.1 1,126 2/14/2016
1.4.0.1 1,234 11/6/2015
1.3.0 1,239 9/27/2015
1.2.0 1,226 6/25/2015

1.4.0: Ability to override request validation policy and support for SSML output speech type
1.5.0: Fully implement certificate verification requirement and support for Standard cards
1.6.0: Implement support for Context object (Device Location, Audio Player, etc.), PlaybackController, Display, Dialog directives, and VideoApp. See project README for new interfaces.