Skip to content

Releases: egramtel/tdsharp

tdsharp v1.8.29

29 May 23:18
Compare
Choose a tag to compare

tdsharp v1.8.21

26 Nov 19:49
Compare
Choose a tag to compare

Changed

tdsharp v1.8.12

18 Mar 16:08
Compare
Choose a tag to compare

Changed

  • Update to TDLib v1.8.12.
  • Multi-line comments from .tl descriptions are now preserved correctly in the XML documentation.

tdsharp v1.8.9.1

18 Jan 22:57
Compare
Choose a tag to compare

Changed

  • Breaking! ITdLibBindings, TdLibBindingsExtensions and TdLogLevel were removed from TDLib.Bindings namespace. Find them in TdLib.Bindings (case-only change in the namespace).

Added

  • XML documentation files are now included in the NuGet packages.

tdsharp v1.8.9

10 Dec 20:46
Compare
Choose a tag to compare

Changed

  • Update to TDLib v1.8.9.

    Notable breaking changes:

  • All the items in TDLib.Bindings namespace (the previously mentioned case-only issue) were marked as Obsolete(error: true). Basic API compatibility is preserved, source compatibility is not.

Fixed

  • Array items are now deserialized to their actual types (#146).

tdsharp v1.8.1.1

26 Jun 14:44
Compare
Choose a tag to compare

Changed

  • ITdLibBindings, TdLibBindingsExtensions and TdLogLevel were moved from TDLib.Bindings to TdLib.Bindings (case-only change in the namespace), since the old namespace was created in an error. A compatibility layer is created to keep the old types.
  • Upgraded the Newtonsoft.Json dependency to 13.0.1

tdsharp v1.8.1

10 Apr 10:45
Compare
Choose a tag to compare

Changed