Twilio.TwiML
3.5.0
Prefix Reserved
dotnet add package Twilio.TwiML --version 3.5.0
NuGet\Install-Package Twilio.TwiML -Version 3.5.0
<PackageReference Include="Twilio.TwiML" Version="3.5.0" />
paket add Twilio.TwiML --version 3.5.0
#r "nuget: Twilio.TwiML, 3.5.0"
// Install Twilio.TwiML as a Cake Addin #addin nuget:?package=Twilio.TwiML&version=3.5.0 // Install Twilio.TwiML as a Cake Tool #tool nuget:?package=Twilio.TwiML&version=3.5.0
Twilio TwiML generator. If using ASP.NET MVC, install Twilio.Mvc instead.
This package has been deprecated. Please see Twilio for all TwiML functionality.
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.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Twilio.TwiML:
Package | Downloads |
---|---|
Twilio.WebApi
(Unofficial) Twilio client library for ASP.NET Web API Projects. Compatible with Web API 2. |
|
Helpers.C3PO
.NET helpers for Lucas Costa |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
* 3.5.0 - Add GetNextPage and GetPreviousPage
- Deprecate absolute paging
- Remove VisualStudio test in favor of NUnit
* 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