Skip to content

Commit 6eaa369

Browse files
committed
Release: prepare v1.8.9.1
1 parent 16504ad commit 6eaa369

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8-
## [Unreleased] (1.8.9.1)
8+
## [1.8.9.1] - 2023-01-18
99
### Changed
1010
- **Breaking!** `ITdLibBindings`, `TdLibBindingsExtensions` and `TdLogLevel` were removed from `TDLib.Bindings` namespace. Find them in `TdLib.Bindings` (case-only change in the namespace).
1111

12+
### Added
13+
- XML documentation files are now included in the NuGet packages.
14+
1215
## [1.8.9] - 2022-12-10
1316
### Changed
1417
- Update to [TDLib v1.8.9](https://github.com/tdlib/td/tree/29752073cf2fe586ecefe572d3821a8cf853fab5).
@@ -89,4 +92,5 @@ Initial release to support TDLib pre-1.2.
8992
[1.8.1]: https://github.com/egramtel/tdsharp/compare/v1.7.9...v1.8.1
9093
[1.8.1.1]: https://github.com/egramtel/tdsharp/compare/v1.8.1...v1.8.1.1
9194
[1.8.9]: https://github.com/egramtel/tdsharp/compare/v1.8.1.1...v1.8.9
92-
[Unreleased]: https://github.com/egramtel/tdsharp/compare/v1.8.9...HEAD
95+
[1.8.9.1]: https://github.com/egramtel/tdsharp/compare/v1.8.9...v1.8.9.1
96+
[Unreleased]: https://github.com/egramtel/tdsharp/compare/v1.8.9.1...HEAD

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.8.9</Version>
3+
<Version>1.8.9.1</Version>
44
</PropertyGroup>
55
</Project>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2018 Sergey Khabibullin
2-
Copyright (c) 2022 tdsharp contributors
2+
Copyright (c) 2023 tdsharp contributors
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy
55
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)