Skip to content

Commit

Permalink
Version bump/relnote
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Oct 13, 2021
1 parent 1104037 commit 677686a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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.17.0</VersionPrefix>
<VersionPrefix>1.18.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>Adding directives to Reprompt object. Thanks @stoiveyp!</PackageReleaseNotes>
<PackageReleaseNotes>This release fixes a permission scope format for consent cards. Thanks @peterfoot</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/timheuer/alexa-skills-dotnet</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/timheuer/alexa-skills-dotnet</RepositoryUrl>
Expand All @@ -24,8 +24,6 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<!-- <SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>alexa-skills-dotnet.snk</AssemblyOriginatorKeyFile> -->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 677686a

Please sign in to comment.