forked from twilio/twilio-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwilio.Lookups.nuspec
More file actions
24 lines (24 loc) · 906 Bytes
/
Twilio.Lookups.nuspec
File metadata and controls
24 lines (24 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Twilio.Lookups</id>
<version>1.1.0</version>
<authors>Twilio</authors>
<description>Twilio Lookups 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
* 1.0.1 - Fix project framework version
</releaseNotes>
</metadata>
</package>