Releases: TeleSign/csharp_telesign
Releases · TeleSign/csharp_telesign
v2.4.0
Full Changelog: v2.3.0...v2.4.0
- Added supported versions of .NET Core 6, 7, 8, and 9
- Updated syntax code to support .NET framework and .Net core
v2.3.0
- Moved support for application/json content-type from PhoneIdClient class to RestClient class
- Added two testing post method for application json test.
Full Changelog: v2.2.1...v2.3.0
v2.2.1
- Added support for application/json content-type
v2.2.0
v2.1.0
- Major refactor and simplification into generic REST client.
- updated and improved README
- added appveyor CI, codecov coverage and additional unit tests
- API parameters are now passed as a dictionary to endpoint handlers.
- UserAgent is now set to track client usage and help debug issues.
- GenerateTelesignHeaders is now static and easily extracted from the SDK if
custom behavior/implementation is required.