Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Jul 8, 2019
1 parent 92587a1 commit 3736124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alexa.NET/Alexa.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<Description>A simple .NET Core library for handling Alexa Skill request/responses.</Description>
<AssemblyTitle>Alexa.NET</AssemblyTitle>
<VersionPrefix>1.6.3</VersionPrefix>
<VersionPrefix>1.7.0</VersionPrefix>
<Authors>Tim Heuer, Steven Pears</Authors>
<TargetFramework>netstandard1.6</TargetFramework>
<AssemblyName>Alexa.NET</AssemblyName>
<PackageId>Alexa.NET</PackageId>
<PackageTags>amazon;alexa;echo;dot;echo dot;skills</PackageTags>
<PackageReleaseNotes>Added SessionEnd error object; Fix deserialization error; Added permission scopes (by @VinceGusmini); Added response type converters (by @rdlaitila); Added Dynamic Entity support (by @stoiveyp)</PackageReleaseNotes>
<PackageReleaseNotes>Added core support for Skill connections (by @stoiveyp) and in association with Alexa.NET.Management enables the end-to-end.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/timheuer/alexa-skills-dotnet</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/timheuer/alexa-skills-dotnet</RepositoryUrl>
Expand Down

0 comments on commit 3736124

Please sign in to comment.