Skip to content

Commit

Permalink
Version bump for merged PR
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Dec 17, 2021
1 parent 6cc7e37 commit 13488db
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.18.0</VersionPrefix>
<VersionPrefix>1.19.0</VersionPrefix>
<Authors>Tim Heuer, Steven Pears</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Alexa.NET</AssemblyName>
<PackageId>Alexa.NET</PackageId>
<PackageTags>amazon;alexa;echo;dot;echo dot;skills</PackageTags>
<PackageReleaseNotes>This release fixes a permission scope format for consent cards. Thanks @peterfoot</PackageReleaseNotes>
<PackageReleaseNotes>Adds support for Alexa Smart Properties additional properties in the Request payload. Thanks @nachawat</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 13488db

Please sign in to comment.