TransmitSms 2.1.0

dotnet add package TransmitSms --version 2.1.0
                    
NuGet\Install-Package TransmitSms -Version 2.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TransmitSms" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TransmitSms" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="TransmitSms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TransmitSms --version 2.1.0
                    
#r "nuget: TransmitSms, 2.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=TransmitSms&version=2.1.0
                    
Install TransmitSms as a Cake Addin
#tool nuget:?package=TransmitSms&version=2.1.0
                    
Install TransmitSms as a Cake Tool

TransmitSMS Library

Getting Started Documentation

For complete list of endpoints and parameters you can read more at our developer portal:

https://developer.transmitsms.com/

Example Code

TransmitSmsWrapper smstool = new TransmitSmsWrapper("<your api key>", "<your api secret>");

SendSmsRequest req = new SendSmsRequest();

req.MessageText = "SMS testing via dotnet";

req.ToNumbers = new string[1] { "<your mobile number>" };

SendSmsResponse resp = smstool.SendSms(req);

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TransmitSms:

Package Downloads
SMS_PENCS

SMS module for PENCS.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 42,960 8/19/2020
2.0.25 110,792 7/11/2017
2.0.24 11,177 3/6/2017
2.0.23 9,292 3/10/2016
2.0.22 10,954 12/8/2015
2.0.21 1,138 12/8/2015
2.0.20 6,549 9/23/2015
2.0.19 1,530 9/9/2015
2.0.18 20,634 7/17/2015
2.0.17 1,472 5/13/2015
2.0.16 1,233 5/4/2015
2.0.15 1,263 4/29/2015
2.0.14 1,435 4/29/2015
2.0.13 1,231 3/24/2015
2.0.12 1,801 2/26/2015
2.0.11 1,594 2/19/2015
2.0.10 1,235 2/5/2015
2.0.9 1,805 12/4/2014
2.0.8 2,136 7/16/2014
2.0.7 1,891 7/16/2014
2.0.6 1,402 5/30/2014
2.0.5 2,773 3/31/2014
2.0.4 2,718 6/25/2013
2.0.3 1,392 6/6/2013
2.0.2 1,323 6/5/2013
2.0.1 1,351 5/24/2013
2.0.0 1,330 5/22/2013