Twilio.Mvc 3.1.15

dotnet add package Twilio.Mvc --version 3.1.15
NuGet\Install-Package Twilio.Mvc -Version 3.1.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Twilio.Mvc" Version="3.1.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Twilio.Mvc --version 3.1.15
#r "nuget: Twilio.Mvc, 3.1.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Twilio.Mvc as a Cake Addin
#addin nuget:?package=Twilio.Mvc&version=3.1.15

// Install Twilio.Mvc as a Cake Tool
#tool nuget:?package=Twilio.Mvc&version=3.1.15

Twilio helpers for ASP.NET MVC

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.15 7,998 4/7/2015
3.1.14 1,193 3/10/2015
3.1.12 24,711 6/19/2013
3.1.10 429 12/17/2012
3.1.9 186 8/20/2012
3.1.8 83 7/24/2012
3.1.7 85 7/20/2012
3.1.6 93 7/12/2012
3.1.5 76 7/12/2012
3.1.4 81 7/9/2012
3.1.3 204 8/9/2011
3.1.0 95 7/26/2011
3.0.1 84 7/20/2011
3.0.0 83 7/17/2011

* 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