From 5453cce854c8e430abd553117480c80eb131e041 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Fri, 30 Dec 2016 11:20:59 -0500 Subject: [PATCH] Added nuspec, fixed version --- Alexa.NET/alexa-skills-dotnet.nuspec | 19 +++++++++++++++++++ Alexa.NET/project.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 Alexa.NET/alexa-skills-dotnet.nuspec diff --git a/Alexa.NET/alexa-skills-dotnet.nuspec b/Alexa.NET/alexa-skills-dotnet.nuspec new file mode 100644 index 0000000..8457696 --- /dev/null +++ b/Alexa.NET/alexa-skills-dotnet.nuspec @@ -0,0 +1,19 @@ + + + + alexa-skills-dotnet + $version$ + Alexa Skills SDK for .NET + Tim Heuer + Tim Heuer + https://github.com/timheuer/alexa-skills-dotnet/blob/master/LICENSE + https://github.com/timheuer/alexa-skills-dotnet + false + + A simple library of .NET helpers and object model for the Alexa Skills SDK. + + Initial release + Copyright 2016 + Alexa Amazon Echo Dot dotnet skills assistant + + \ No newline at end of file diff --git a/Alexa.NET/project.json b/Alexa.NET/project.json index 386c20d..fa56bed 100644 --- a/Alexa.NET/project.json +++ b/Alexa.NET/project.json @@ -1,7 +1,7 @@ { "name": "Alexa.NET", "title": "Alexa.NET", - "version": "1.0.3-beta-1", + "version": "1.0.0-beta-1", "authors": [ "Tim Heuer" ], "description": "A simple .NET Core library for handling Alexa Skill request/responses.",