Skip to content

Releases: TeleSign/csharp_telesign

v3.0.1

24 Sep 10:06

Choose a tag to compare

  • Update SDK install instructions on GitHub to default to latest version of Newtonsoft.Json

Full Changelog: v2.6.0...v3.0.1

v3.0.0

08 Jul 16:06

Choose a tag to compare

  • Removed all functionality and methods for App Verify SDK (Android) from the C# SS SDK

Full Changelog: v2.6.0...v3.0.0

v2.6.0

30 May 07:24

Choose a tag to compare

Full Changelog: v2.5.0...v2.6.0

  • Added PATCH method to RestClient.cs file
  • Updated version in the Telesign.csproj

v2.5.0

15 May 07:06

Choose a tag to compare

  • Added tracking to requests
  • Updated instructions in README file to install this SDK by default using the latest version.

Full Changelog: v2.4.0...v2.5.0

v2.4.0

21 Feb 08:54

Choose a tag to compare

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

22 Jan 23:07

Choose a tag to compare

  • 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

09 Mar 10:57

Choose a tag to compare

  • Added support for application/json content-type

v2.2.0

16 Jun 21:33

Choose a tag to compare

  • AutoVerify rebranded to AppVerify, please update your integration.

v2.1.0

24 May 00:04

Choose a tag to compare

  • 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.

v1.0.0

24 May 00:26

Choose a tag to compare

  • Initial release