Releases: egramtel/tdsharp
Releases · egramtel/tdsharp
tdsharp v1.8.59
Changed
- Update to TDLib v1.8.59.
tdsharp v1.8.58
Changed
- Update to TDLib v1.8.58.
tdsharp v1.8.56.1
Changed
- Update to TDLib v1.8.56.1.
tdsharp v1.8.45
Changed
- Update to TDLib v1.8.45.
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
.tldescriptions are now preserved correctly in the XML documentation.
tdsharp v1.8.9.1
Changed
- Breaking!
ITdLibBindings,TdLibBindingsExtensionsandTdLogLevelwere removed fromTDLib.Bindingsnamespace. 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.Bindingsnamespace (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,TdLibBindingsExtensionsandTdLogLevelwere moved fromTDLib.BindingstoTdLib.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