Skip to content

Releases: hbjorgo/ATLib

5.0.0

14 Apr 17:17
Compare
Choose a tag to compare

Add unit of measure to properties.

4.2.0

18 Sep 13:26
Compare
Choose a tag to compare

Add support for .NET Standard 2.0 (.NET Framework).

4.1.0

17 Apr 19:57
b88f66d
Compare
Choose a tag to compare
  • Add support for multiline USSD response.

4.0.0

17 Apr 14:10
e257b30
Compare
Choose a tag to compare
  • Added SMS PDU support
  • Added GSM7bit, UCS2 and ANSI coding schemes
  • Added preferred message storage support
  • Added error format support
  • Added generic event
  • Added debug functionality
  • Unified return types
  • Improved CMS error parsing
  • Simplification and improvement of core reader/writer
  • Added more unit tests
  • Updated dependencies
  • Using .Net 6

3.1.0

13 Jul 09:36
b219555
Compare
Choose a tag to compare
  • USSD support
  • Get/set character set
  • Get IMSI
  • Events
  • Documentation

3.0.0

30 Jun 19:30
Compare
Choose a tag to compare
  • Added functionality to dial a number (outgoing call)
  • Added events for call started and call ended
  • Breaking change on HangupAsync() return type

2.0.1

24 Apr 08:13
Compare
Choose a tag to compare

Fixed issue where listing of multi-line SMSs didn't work.

2.0.0

10 Apr 09:05
Compare
Choose a tag to compare

Asynchronous implementation.
Accepting stream as input/output to make it more generic.
Maintenance.

v1.0.0

01 Apr 17:57
Compare
Choose a tag to compare

Added support for D-Link DWM-222 and TP-LINK MA260.
Multiple refactorings.

v0.0.8

17 Jan 11:34
Compare
Choose a tag to compare

Modem implements IModem.
Refactoring.