Skip to content

Commit c7fb064

Browse files
committed
bump assembly and package version to 1.4.0
1 parent 455fac3 commit c7fb064

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.nuget/AlexaSkillsKit.Lib.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>AlexaSkillsKit.NET</id>
5-
<version>1.3.0</version>
5+
<version>1.4.0</version>
66
<title>AlexaSkillsKit.NET</title>
77
<authors>Stefan Negritoiu (FreeBusy)</authors>
88
<owners>Stefan Negritoiu (FreeBusy)</owners>
@@ -15,6 +15,7 @@
1515
</description>
1616
<releaseNotes>
1717
1.3.0: Incorporated Sept 2015 ASK update for account linking and access tokens
18+
1.4.0: Ability to override request validation policy and support for SSML output speech type
1819
</releaseNotes>
1920
<copyright>Copyright 2015 Stefan Negritoiu (FreeBusy)</copyright>
2021
<tags>amazon echo alexa speechlet</tags>

AlexaSkillsKit.Lib/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.0")]
36-
[assembly: AssemblyFileVersion("1.2.0")]
35+
[assembly: AssemblyVersion("1.4.0")]
36+
[assembly: AssemblyFileVersion("1.4.0")]

0 commit comments

Comments
 (0)