forked from twilio/twilio-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Twilio.Auth.nuspec
26 lines (26 loc) · 924 Bytes
/
Twilio.Auth.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Twilio.Auth</id>
<version>1.4.0</version>
<authors>Twilio</authors>
<description>Twilio Access Token helper library</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>
<dependencies>
<dependency id="Twilio" />
</dependencies>
<releaseNotes>
* 1.4.0 - Add Video grant
* 1.3.0 - Add Voice grant
* 1.2.0 - Add GetNextPage and GetPreviousPage
- Deprecate absolute paging
- Remove VisualStudio test in favor of NUnit
* 1.1.0 - Make NBF optional parameter
* 1.0.0 - Initial Release
</releaseNotes>
</metadata>
</package>