Releases: hbjorgo/ATLib
Releases · hbjorgo/ATLib
8.0.0
8.0.0-rc1
8.0.0-beta2
This release includes a lot of breaking changes which were necessary to make the usage more intuitive. Most of the classes are still there, but under a new namespace.
- Restructure of namespaces
- Reworked PhoneNumber concept.
- Use
PhoneNumberFactory
to createPhoneNumber
instances
- Use
- Type visibility
- Fix bugs in SMS send and receive
- Performance improvements
8.0.0-beta1
- Various bug fixes (especially SMS decoding)
- Various improvements and features
8.0.0-alpha1
- Add support for SMS deliver report
- Various improvements
7.1.0-beta2
- Make class public
- Add keywords
7.1.0-beta1
- Add support for Telit ME910C1
7.0.0
- Add support for concatenated SMS
- Improve GSM 7 bit encoding
- Improve receiving and sending of SMS
- Use PDU format for SMS
- Add modem Cinterion MC55i
- Only target .NET Standard 2.1
- Add interface for all modems
- All modems accept interface in constructor
- General cleanup and improvements