Releases: bvdcode/TelegramBot.NET
Releases · bvdcode/TelegramBot.NET
Release 1.0.10
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
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
Update readme
Release 1.0.7
`chore: Update Telegram bot token configuration key`
Release 1.0.6
Merge branch 'main' of https://github.com/BigMakCode/TelegramBot.NET
Release 1.0.5
`chore: Update project references and dependencies`
Release 1.0.4
Merge branch 'main' of https://github.com/BigMakCode/TelegramBot.NET
Release 1.0.3
Update README.md
Release 1.0.2
Update publish-release.yml
Release 1.0.1
Remove GitVersion file