All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 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.
- added a new SMS delivery channel: D7Networks.
- Updated the packages.
- Some code refactoring.
- Updated the packages to target .NET 6.
- removed all DI packages. now the DI registration exists on each package directly.
- removed Moq, and replaced it with NSubstitute.
- Added RavenSMS delivery channel.
- the initial beta release.