Releases: egramtel/tdsharp
Releases · egramtel/tdsharp
tdsharp v1.8.29
Changed
- Update to TDLib v1.8.29.
tdsharp v1.8.21
Changed
- Update to TDLib v1.8.21.
tdsharp v1.8.12
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
Changed
- Breaking!
ITdLibBindings
,TdLibBindingsExtensions
andTdLogLevel
were removed fromTDLib.Bindings
namespace. Find them inTdLib.Bindings
(case-only change in the namespace).
Added
- XML documentation files are now included in the NuGet packages.
tdsharp v1.8.9
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 asObsolete(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
Changed
ITdLibBindings
,TdLibBindingsExtensions
andTdLogLevel
were moved fromTDLib.Bindings
toTdLib.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
Changed
- Update bindings to TDLib 1.8.1