Arad.SMPP by Ammar Heidari

<PackageReference Include="Arad.SMPP" Version="1.0.9" />

 Arad.SMPP 1.0.9

.NET implementation of SMPP protocol v.3.4 and v.5.0. This library can help to communicate with SMSC, send and receive SMS messages. It allows to create SMPP server.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Arad.SMPP</id>
    <version>1.0.9</version>
    <title>Arad.SMPP Client/Server library</title>
    <authors>Ammar Heidari</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://messagegateway.net/</projectUrl>
    <description>.NET implementation of SMPP protocol v.3.4 and v.5.0. This library can help to communicate with SMSC, send and receive SMS messages. It allows to create SMPP server.</description>
    <releaseNotes>### Fixed
- When client disconnects the PDU packets that already received from network stream must be processed.
- Better logging for disconnect routine
- When client receives corrupted response PDU with readable SMPP Header and non-ok status, return this response in corresponding method and write the warning into the log.</releaseNotes>
    <copyright>Copyright (c) 2020 Arad ITC</copyright>
    <tags>SMPP Client Server SMS SMSC VASP USSD Flash_SMS</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6.1" />
      <group targetFramework=".NETCoreApp3.1" />
      <group targetFramework="net5.0" />
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>