Skip to content

Commit

Permalink
Fixed inheritance on Request.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Heuer committed Mar 1, 2017
1 parent 75d4f02 commit 323bde8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Alexa.NET/Request/Type/AudioPlayerRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ public class AudioPlayerRequest: Request
[JsonProperty("token")]
public string Token { get; set; }

[JsonProperty("locale")]
public string Locale { get; set; }

[JsonProperty("offsetInMilliseconds")]
public string OffsetInMilliseconds { get; set; }

Expand Down
5 changes: 3 additions & 2 deletions 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.0-beta-1",
"version": "1.0.0-beta-2",
"authors": [ "Tim Heuer" ],
"description": "A simple .NET Core library for handling Alexa Skill request/responses.",

Expand All @@ -26,6 +26,7 @@
],
"repository": { "url": "https://github.com/timheuer/alexa-skills-dotnet" },
"requireLicenseAcceptance": false,
"tags": [ "amazon", "alexa", "echo", "dot", "echo dot", "skills" ]
"tags": [ "amazon", "alexa", "echo", "dot", "echo dot", "skills" ],
"releaseNotes": "Updated to include Locale"
}
}

0 comments on commit 323bde8

Please sign in to comment.