Skip to content

Releases: YoussefSell/SMS.Net

v2.1.0

25 Aug 22:57

Choose a tag to compare

For more details click here to get to our CHANGELOG.

  • Updated the packages to use netstandard2.1.
  • Updated project dependencies for compatibility.
  • Replaced MariaDB with in-memory storage for Hangfire.
  • Upgraded target framework from .NET 6.0 to .NET 9.0 for some packages.
  • Modified Twilio integration to use account SID and auth token.
  • Renamed methods and parameters to reflect SMS terminology.
  • Adjusted exception handling for the new SMS service structure.
  • Updated test cases to align with SMS service changes.
  • Updated handling of custom channel data for Twilio authentication.
  • Ensured documentation and comments are current with changes.

v2.0.0

15 Feb 15:20

Choose a tag to compare

For more details click here to get to our CHANGELOG.

Added

  • added a new SMS delivery channel: D7Networks.

Changed

  • Updated the packages.
  • Some code refactoring.
  • Updated the packages to target .NET 6.

Removed

  • removed all DI packages. now the DI registration exists on each package directly.
  • removed Moq, and replaced it with NSubstitute.

v1.1.0

06 Aug 18:52

Choose a tag to compare

fixed the registration of RavenSMS channel in DI

v1.0.0

03 Aug 18:59

Choose a tag to compare

fixed path issue in cd.yml for RavenSMS project

v2.0.0-beta

29 Mar 21:05

Choose a tag to compare

v2.0.0-beta Pre-release
Pre-release

For more details click here to get to our CHANGELOG.

  • added RavenSMS delivery channel

v1.0.0-beta

03 Jan 21:25

Choose a tag to compare

v1.0.0-beta Pre-release
Pre-release

the initial beta release with all the base functionalities.