Skip to content

Commit c86ed44

Browse files
committed
release nuget package version 1.3.0
1 parent af034d4 commit c86ed44

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.nuget/AlexaSkillsKit.Lib.nuspec

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>AlexaSkillsKit.NET</id>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<title>AlexaSkillsKit.NET</title>
77
<authors>Stefan Negritoiu (FreeBusy)</authors>
88
<owners>Stefan Negritoiu (FreeBusy)</owners>
@@ -14,15 +14,13 @@
1414
.NET library that simplifies Alexa skills development; interface-compatible with Amazon's AlexaSkillsKit for Java
1515
</description>
1616
<releaseNotes>
17-
1.0.0: Introducing AlexaAppKit.NET
18-
1.1.0: Incorporated May 2015 Alexa SDK updates; Added session and conversation management
19-
1.2.0: Rename to AlexaSkillsKit.NET
17+
1.3.0: Incorporated Sept 2015 ASK update for account linking and access tokens
2018
</releaseNotes>
2119
<copyright>Copyright 2015 Stefan Negritoiu (FreeBusy)</copyright>
2220
<tags>amazon echo alexa speechlet</tags>
2321
<dependencies>
2422
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
25-
<dependency id="Newtonsoft.Json" version="6.0.8" />
23+
<dependency id="Newtonsoft.Json" version="7.0.1" />
2624
<dependency id="BouncyCastle" version="1.7.0" />
2725
</dependencies>
2826
</metadata>

0 commit comments

Comments
 (0)