Skip to content

Commit

Permalink
Added nuspec, fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Dec 30, 2016
1 parent afc64d4 commit 5453cce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Alexa.NET/alexa-skills-dotnet.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>alexa-skills-dotnet</id>
<version>$version$</version>
<title>Alexa Skills SDK for .NET</title>
<authors>Tim Heuer</authors>
<owners>Tim Heuer</owners>
<licenseUrl>https://github.com/timheuer/alexa-skills-dotnet/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/timheuer/alexa-skills-dotnet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A simple library of .NET helpers and object model for the Alexa Skills SDK.
</description>
<releaseNotes>Initial release</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>Alexa Amazon Echo Dot dotnet skills assistant</tags>
</metadata>
</package>
2 changes: 1 addition & 1 deletion Alexa.NET/project.json
Original file line number Diff line number Diff line change
@@ -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.",

Expand Down

0 comments on commit 5453cce

Please sign in to comment.