Unifonic 1.0.0
Install-Package Unifonic -Version 1.0.0
dotnet add package Unifonic --version 1.0.0
<PackageReference Include="Unifonic" Version="1.0.0" />
paket add Unifonic --version 1.0.0
#r "nuget: Unifonic, 1.0.0"
// Install Unifonic as a Cake Addin
#addin nuget:?package=Unifonic&version=1.0.0
// Install Unifonic as a Cake Tool
#tool nuget:?package=Unifonic&version=1.0.0
A library for sending sms messages, making calls through Unifonic Platform
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- RestSharp (>= 105.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 13,112 | 11/2/2015 |
1.0.0
- Add support to Two-factor authentication
- Add NumberInsight to check the reachability of mobile number
- Updated GetBalance to return SharedBalance
- Updated SendSMS and BulkSMS to accept a new optional parameter TimeScheduled to schedule messages
- Updated SendSMS to accept a new optional parameter Priority
- Add GetScheduledMessages and GetScheduledCalls to get a summarized report of scheduled sent messages/calls
- Add StopScheduledMessages and StopScheduledCalls to stop scheduled sent messages/calls