Skip to content

Releases: bvdcode/TelegramBot.NET

Release 1.0.10

31 Jul 06:17

Choose a tag to compare

Remove LFS settings and package icon URL

Removed numerous lines from the .gitattributes file that specified various file types to be managed by Git LFS, including images, audio files, video files, documents, archives, and binaries. Additionally, the <PackageIconUrl> element was removed from the TelegramBot.csproj file, which previously specified the URL to the package icon hosted on GitHub.

Release 1.0.9

28 Jul 22:06

Choose a tag to compare

Add graceful shutdown using IHostApplicationLifetime

Introduce a mechanism to gracefully stop the application by leveraging the IHostApplicationLifetime interface.

- In BotApp.cs, call StopApplication() on IHostApplicationLifetime after logging that the bot has stopped.
- In BotBuilder.cs, reorganize using directives and register IHostApplicationLifetime as a singleton service.
- Add HostApplicationLifetime.cs to implement IHostApplicationLifetime, providing lifecycle event tokens and a method to stop the application.

Release 1.0.8

16 Jul 12:54

Choose a tag to compare

Update readme

Release 1.0.7

16 Jul 11:36

Choose a tag to compare

`chore: Update Telegram bot token configuration key`

Release 1.0.6

16 Jul 11:33

Choose a tag to compare

Merge branch 'main' of https://github.com/BigMakCode/TelegramBot.NET

Release 1.0.5

15 Jul 12:48

Choose a tag to compare

`chore: Update project references and dependencies`

Release 1.0.4

10 Jul 01:06

Choose a tag to compare

Merge branch 'main' of https://github.com/BigMakCode/TelegramBot.NET

Release 1.0.3

10 Jul 01:01
fa90c97

Choose a tag to compare

Update README.md

Release 1.0.2

09 Jul 20:41
d71f891

Choose a tag to compare

Update publish-release.yml

Release 1.0.1

08 Jul 06:15

Choose a tag to compare

Remove GitVersion file