From b9d0a15880f0ee27f4ec508f975b17eccc103424 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Tue, 14 Mar 2017 06:58:51 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54a91e3..6ae84b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Alexa Skills SDK for .NET [![Build status](https://ci.appveyor.com/api/projects/status/9r6nb0nlbykw5fh7?svg=true)](https://ci.appveyor.com/project/TimHeuer/alexa-skills-dotnet) +[![NuGet](https://img.shields.io/nuget/v/Nuget.Core.svg)](https://www.nuget.org/packages/Alexa.NET) Alexa.NET is a helper library for working with Alexa skill requests/responses in C#. Whether you are using the AWS Lambda service or hosting your own service on your server, this library aims just to make working with the Alexa API more natural for a C# developer using a strongly-typed object model. @@ -133,4 +134,4 @@ skillResponse.Response = responseBody; skillResponse.Version = "1.0"; return skillResponse; -``` \ No newline at end of file +```