Skip to content

Commit

Permalink
bump assembly and package version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefann42 committed Nov 6, 2015
1 parent 455fac3 commit c7fb064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .nuget/AlexaSkillsKit.Lib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>AlexaSkillsKit.NET</id>
<version>1.3.0</version>
<version>1.4.0</version>
<title>AlexaSkillsKit.NET</title>
<authors>Stefan Negritoiu (FreeBusy)</authors>
<owners>Stefan Negritoiu (FreeBusy)</owners>
Expand All @@ -15,6 +15,7 @@
</description>
<releaseNotes>
1.3.0: Incorporated Sept 2015 ASK update for account linking and access tokens
1.4.0: Ability to override request validation policy and support for SSML output speech type
</releaseNotes>
<copyright>Copyright 2015 Stefan Negritoiu (FreeBusy)</copyright>
<tags>amazon echo alexa speechlet</tags>
Expand Down
4 changes: 2 additions & 2 deletions AlexaSkillsKit.Lib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyFileVersion("1.4.0")]

0 comments on commit c7fb064

Please sign in to comment.