forked from twilio/twilio-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Twilio.TwiML.nuspec
31 lines (31 loc) · 1.5 KB
/
Twilio.TwiML.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Twilio.TwiML</id>
<version>3.5.0</version>
<authors>Twilio</authors>
<description>Twilio TwiML generator. If using ASP.NET MVC, install Twilio.Mvc instead.</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>
<releaseNotes>
* 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
</releaseNotes>
</metadata>
</package>