forked from twilio/twilio-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTwilio.Client.nuspec
25 lines (25 loc) · 1.02 KB
/
Twilio.Client.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Twilio.Client</id>
<version>3.4.4</version>
<authors>Twilio</authors>
<description>Twilio Client capability token generator for use with the Twilio Client for browsers JavaScript SDK.</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="JWT" />
</dependencies>
<releaseNotes>
* 3.4.4 - Fixing bad build
* 3.4.3 - Updated JWT reference
* 3.4.2 - Removed dependancy of JSON, updated reference to JWT
* 3.4.1 - Updated to JSON.NET 4.5
* 3.3.5 - Updated to JSON.NET 4.0.8. Normalizing version number with Twilio.Api
* 3.1.4 - Updated to JSON.NET 4.0.7
</releaseNotes>
</metadata>
</package>