forked from twilio/twilio-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwilio.Pricing.nuspec
More file actions
23 lines (23 loc) · 860 Bytes
/
Twilio.Pricing.nuspec
File metadata and controls
23 lines (23 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Twilio.Pricing</id>
<version>1.1.0</version>
<authors>Twilio</authors>
<description>Twilio Pricing REST API 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.1.0 - Add GetNextPage and GetPreviousPage
- Deprecate absolute paging
- Remove VisualStudio test in favor of NUnit
* 1.0.0 - Initial Release
</releaseNotes>
</metadata>
</package>