Info
Version: | 1.0.1.41 |
Author(s): | boro2g |
Last Update: | Saturday, June 16, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/boro2g/AlexaCore |
NuGet Url: | https://www.nuget.org/packages/AlexaCore |
Install
Install-Package AlexaCore
dotnet add package AlexaCore
paket add AlexaCore
AlexaCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Alexa.NET(>= 1.5.4)
- Amazon.Lambda.Core(>= 1.0.0)
- Autofac(>= 4.8.1)
- Newtonsoft.Json(>= 11.0.2)
- System.Collections(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.Text.Encoding(>= 4.3.0)
Tags
Breaking changes:
- AlexaIntent no longer has the parameters passed into the ctor
- The old container is gone in favour of AutoFac
- Registering dependencies is done via RegisterDependencies
-- This enables ctor injection to work in any Intents.