forked from twilio/twilio-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTwilio.Mvc.nuspec
32 lines (32 loc) · 1.48 KB
/
Twilio.Mvc.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Twilio.Mvc</id>
<version>3.1.15</version>
<authors>Twilio</authors>
<description>Twilio helpers for ASP.NET MVC</description>
<language>en-US</language>
<projectUrl>http://github.com/twilio/twilio-csharp</projectUrl>
<iconUrl>http://www.twilio.com/packages/company/img/logos_downloadable_round.png</iconUrl>
<licenseUrl>https://github.com/twilio/twilio-csharp/blob/master/LICENSE.txt</licenseUrl>
<tags>REST SMS voice telephony phone twilio twiml</tags>
<dependencies>
<dependency id="Twilio" />
<dependency id="Twilio.TwiML" />
</dependencies>
<releaseNotes>
* 3.1.15 - StatusCallback binding model fixes
* 3.1.14 - Removed support for MVC 2. Project now builds against .NET 4.0 and takes a dependency on MVC 3.
* 3.1.13 - Changed Specific Version flag on System.Web.Mvc dependency
* 3.1.12 - Null reference fix
* 3.1.11 - Added Leave verb
* 3.1.10 - Fixed bug in ValidationRequestAttribute to stop execution of request
* 3.1.9 - Adding doc comments
* 3.1.8 - Added Dial Status Callback properties
* 3.1.7 - Added properties to the VoiceRequest class to support Transcription
* 3.1.6 - Fixing package fail
* 3.1.5 - Added properties to the VoiceRequest class to support Gather and Recod parameters
* 3.1.4 - Added new classes to support model binding of Twilio requests
</releaseNotes>
</metadata>
</package>