From 7361f4d5714fb9e69d913e6106a3fc4206a87daf Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Tue, 3 Sep 2019 09:49:08 -0700 Subject: [PATCH] Bumped version number with fix #167. @all-contributors please add @evgeni-nabokov for code --- Alexa.NET/Alexa.NET.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alexa.NET/Alexa.NET.csproj b/Alexa.NET/Alexa.NET.csproj index bb414eb..70ec89b 100644 --- a/Alexa.NET/Alexa.NET.csproj +++ b/Alexa.NET/Alexa.NET.csproj @@ -3,13 +3,13 @@ A simple .NET Core library for handling Alexa Skill request/responses. Alexa.NET - 1.8.1 + 1.8.2 Tim Heuer, Steven Pears netstandard2.0 Alexa.NET Alexa.NET amazon;alexa;echo;dot;echo dot;skills - Added dynamic entity update to directive list; 1.8.0 release makes this a .NET Standard 2 library; Bumping JSON.NET package version support as well. + Added PlayBehavior to OutputSpeech (thanks @evgeni-nabokov); 1.8.0 release makes this a .NET Standard 2 library; Bumping JSON.NET package version support as well. https://github.com/timheuer/alexa-skills-dotnet MIT https://github.com/timheuer/alexa-skills-dotnet