Twilio.TwiML
3.3.5
See the version list below for details.
dotnet add package Twilio.TwiML --version 3.3.5
NuGet\Install-Package Twilio.TwiML -Version 3.3.5
<PackageReference Include="Twilio.TwiML" Version="3.3.5" />
paket add Twilio.TwiML --version 3.3.5
#r "nuget: Twilio.TwiML, 3.3.5"
// Install Twilio.TwiML as a Cake Addin #addin nuget:?package=Twilio.TwiML&version=3.3.5 // Install Twilio.TwiML as a Cake Tool #tool nuget:?package=Twilio.TwiML&version=3.3.5
Twilio TwiML generator. If using ASP.NET MVC, install Twilio.Mvc instead.
Product | Versions 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. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.6 | 9,857 | 3/20/2015 |
3.3.5 | 14,003 | 10/16/2014 |
3.3.4 | 667 | 10/7/2014 |
3.3.3 | 18,093 | 10/3/2013 |
3.3.2 | 178 | 9/18/2013 |
3.3.1 | 465 | 6/19/2013 |
3.3.0 | 267 | 3/18/2013 |
3.2.0 | 425 | 8/20/2012 |
3.1.3 | 383 | 8/9/2011 |
3.1.2 | 94 | 7/29/2011 |
3.1.1 | 82 | 7/29/2011 |
3.1.0 | 94 | 7/26/2011 |
3.0.1 | 82 | 7/20/2011 |
3.0.0 | 118 | 7/17/2011 |
* 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