JamaaSMPP 1.10.0

dotnet add package JamaaSMPP --version 1.10.0
NuGet\Install-Package JamaaSMPP -Version 1.10.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="JamaaSMPP" Version="1.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JamaaSMPP --version 1.10.0
#r "nuget: JamaaSMPP, 1.10.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.
// Install JamaaSMPP as a Cake Addin
#addin nuget:?package=JamaaSMPP&version=1.10.0

// Install JamaaSMPP as a Cake Tool
#tool nuget:?package=JamaaSMPP&version=1.10.0

Jamaa SMPP Client is a .NET implementation of the SMPP protocol that focuses on providing an easy-to-use and robust SMPP client library for .NET developers. This project is intended to be used by developers who want to integrate SMS functionalities in their applications as well as students who are learning the SMPP protocol.

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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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 JamaaSMPP:

Package Downloads
XParserLibrary.Core

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.10.0 18,423 6/10/2022
1.9.1 1,721 6/10/2022
1.9.0 33,356 9/1/2020
1.8.2 5,841 11/19/2019
1.7.6 1,149 10/31/2019
1.7.4 9,260 7/31/2019
1.7.3 4,757 7/19/2018
1.7.2 3,424 3/10/2018
1.7.1 1,125 2/24/2018
1.6.2 1,016 2/24/2018
1.6.0 921 2/20/2018
1.6.0-pre0003 892 8/30/2017
1.6.0-pre0002 878 8/17/2017
1.6.0-pre0001 896 8/6/2017
1.5.6 1,475 8/30/2017
1.5.5 3,484 8/17/2017
1.5.4 1,110 8/6/2017
1.5.3 1,071 7/18/2017
1.5.2 1,115 5/23/2017
1.5.1 1,160 5/9/2017
1.5.0 1,104 2/5/2017

v1.10.0

- Improve SmppClient to respect AddressNPI and AddressTON for Source Addresses
- (fix) Fallback Source to Config Value
- Bump .Net Versions