Skip to content

Commit ded33c4

Browse files
committed
Release: prepare v1.8.60
1 parent df31b36 commit ded33c4

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: 2024-2025 tdsharp contributors <https://github.com/egramtel/tdsharp>
2+
SPDX-FileCopyrightText: 2024-2026 tdsharp contributors <https://github.com/egramtel/tdsharp>
33
44
SPDX-License-Identifier: MIT
55
-->
@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111

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

14-
## [Unreleased] (1.8.60)
14+
## [1.8.60] - 2026-01-10
1515
### Changed
1616
- Update to [TDLib v1.8.60](https://github.com/ForNeVeR/tdlib-versioned/releases/tag/tdlib%2Fv1.8.60).
1717

@@ -138,4 +138,5 @@ Initial release to support TDLib pre-1.2.
138138
[1.8.56.1]: https://github.com/egramtel/tdsharp/compare/v1.8.45...v1.8.56.1
139139
[1.8.58]: https://github.com/egramtel/tdsharp/compare/v1.8.56.1...v1.8.58
140140
[1.8.59]: https://github.com/egramtel/tdsharp/compare/v1.8.58...v1.8.59
141-
[Unreleased]: https://github.com/egramtel/tdsharp/compare/v1.8.59...HEAD
141+
[1.8.60]: https://github.com/egramtel/tdsharp/compare/v1.8.59...v1.8.60
142+
[Unreleased]: https://github.com/egramtel/tdsharp/compare/v1.8.60...HEAD

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: 2024-2025 tdsharp contributors <https://github.com/egramtel/tdsharp>
2+
SPDX-FileCopyrightText: 2024-2026 tdsharp contributors <https://github.com/egramtel/tdsharp>
33
44
SPDX-License-Identifier: MIT
55
-->
@@ -15,8 +15,8 @@ SPDX-License-Identifier: MIT
1515
<!-- REUSE-IgnoreStart -->
1616
<Copyright>
1717
2018 Sergey Khabibullin;
18-
2018-2025 tdsharp contributors &lt;https://github.com/egramtel/tdsharp&gt;;
19-
2025 TDLib contributors &lt;https://github.com/tdlib/td&gt;
18+
2018-2026 tdsharp contributors &lt;https://github.com/egramtel/tdsharp&gt;;
19+
2026 TDLib contributors &lt;https://github.com/tdlib/td&gt;
2020
</Copyright>
2121
<!-- REUSE-IgnoreEnd -->
2222
<PublishRepositoryUrl>true</PublishRepositoryUrl>

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) 2018-2025 tdsharp contributors
2+
Copyright (c) 2018-2026 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

REUSE.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ SPDX-License-Identifier = "MIT"
1313
path = "TdLib.Api/Functions/*.cs"
1414
precedence = "override"
1515
SPDX-FileCopyrightText = [
16-
"2025 tdsharp contributors <https://github.com/egramtel/tdsharp>",
17-
"2025 TDLib contributors <https://github.com/tdlib/td>"
16+
"2018-2026 tdsharp contributors <https://github.com/egramtel/tdsharp>",
17+
"2026 TDLib contributors <https://github.com/tdlib/td>"
1818
]
1919
SPDX-License-Identifier = "MIT AND BSL-1.0"
2020

2121
[[annotations]]
2222
path = "TdLib.Api/Objects/*.cs"
2323
precedence = "override"
2424
SPDX-FileCopyrightText = [
25-
"2025 tdsharp contributors <https://github.com/egramtel/tdsharp>",
26-
"2025 TDLib contributors <https://github.com/tdlib/td>"
25+
"2018-2026 tdsharp contributors <https://github.com/egramtel/tdsharp>",
26+
"2026 TDLib contributors <https://github.com/tdlib/td>"
2727
]
2828
SPDX-License-Identifier = "MIT AND BSL-1.0"

0 commit comments

Comments
 (0)