Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.04 KB

Twilio for .NET Standard (Core)

.NET Standard (Core) port of Twilio Rest Client library

Install

For .NetCore 2 Projects

Nuget: https://www.nuget.org/packages/Twilio.NetCore/2.0.0

PM: Install-Package Twilio.NetCore -Version 2.0.0

For .NetCore 1 Projects

Nuget: https://www.nuget.org/packages/Twilio.NetCore/1.0.0

PM: Install-Package Twilio.NetCore -Version 1.0.0

About

This is an unofficial port of the twilio-csharp library for .Net Standard (Core). The original library is well organized and its sole dependency is on RestSharp.

License

I offer this package in accordance with Twilio's original license agreement and under the exact same terms. I have not tested the ported library and offer no warranty with regard to its functionality or any consequences from the use of it whatsoever. This library is offered as a stop-gap solution until the awesome Twilio team releases a .Net Standard compatible library.

Contribute

Be a hero and port the original Twilio unit tests!