Releases: YoussefSell/SMS.Net
Releases · YoussefSell/SMS.Net
v2.1.0
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
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
fixed the registration of RavenSMS channel in DI
v1.0.0
fixed path issue in cd.yml for RavenSMS project
v2.0.0-beta
For more details click here to get to our CHANGELOG.
- added RavenSMS delivery channel
v1.0.0-beta
the initial beta release with all the base functionalities.