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.
#:package TransmitSms@2.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TransmitSms&version=2.1.0
                    
Install as a Cake Addin
#tool nuget:?package=TransmitSms&version=2.1.0
                    
Install 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 74,504 8/19/2020
2.0.25 143,834 7/11/2017
2.0.24 14,710 3/6/2017
2.0.23 10,832 3/10/2016
2.0.22 11,580 12/8/2015
2.0.21 1,427 12/8/2015
2.0.20 7,472 9/23/2015
2.0.19 1,817 9/9/2015
2.0.18 20,966 7/17/2015
2.0.17 1,763 5/13/2015
2.0.16 1,521 5/4/2015
2.0.15 1,550 4/29/2015
2.0.14 1,731 4/29/2015
2.0.13 1,522 3/24/2015
2.0.12 2,121 2/26/2015
2.0.11 1,886 2/19/2015
2.0.10 1,526 2/5/2015
2.0.9 2,222 12/4/2014
2.0.8 2,547 7/16/2014
2.0.7 2,179 7/16/2014
Loading failed