Twilio.TwiML 3.4.0

dotnet add package Twilio.TwiML --version 3.4.0
NuGet\Install-Package Twilio.TwiML -Version 3.4.0
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.TwiML" Version="3.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Twilio.TwiML --version 3.4.0
#r "nuget: Twilio.TwiML, 3.4.0"
#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.TwiML as a Cake Addin
#addin nuget:?package=Twilio.TwiML&version=3.4.0

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

Twilio TwiML generator. If using ASP.NET MVC, install Twilio.Mvc instead.

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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Twilio.TwiML:

Package Downloads
Twilio.Mvc

Twilio helpers for ASP.NET MVC

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.0 6,557 9/25/2015
3.3.6 18,549 3/20/2015
3.3.5 15,606 10/16/2014
3.3.4 759 10/7/2014
3.3.3 26,688 10/3/2013
3.3.2 635 9/18/2013
3.3.1 2,276 6/19/2013
3.3.0 2,740 3/18/2013
3.2.0 6,647 8/20/2012
3.1.3 20,421 8/9/2011
3.1.2 227 7/29/2011
3.1.1 167 7/29/2011
3.1.0 184 7/26/2011
3.0.1 179 7/20/2011
3.0.0 1,177 7/17/2011

* 3.4.0 - Add Enqueue TwiML TaskRouter tag
     * 3.3.6 - Added support in Enqueue and Queue for TaskRouter
     * 3.3.5 - Implement IDialNoun on Sip.  Adds constructor overload for Client.  Allows method attribute on number
     * 3.3.4 - Added fluent interface for messages so you can control the order of Media/Body nouns
     * 3.3.3 - Add Leave as allowed child of Response
     * 3.3.2 - Fixed issue where Leave verb was not assessible
     - Fixed REquestValidation encoding issue
     * 3.3.1 - Added Dial overload to allow you to set Dial attributes when dialing multiple targets
     - Removed unsupported Dial Sip overloads
     * 3.3.0 - Adding Sip
     * 3.2.0 - Adding Queue Verb
     Adding document comments