2 Commits

Author SHA1 Message Date
Rikitav 7650bf13e4 Update README.md 2026-05-01 21:20:19 +04:00
gutii 832e121af5 * Updated dependencies 2026-05-01 21:06:52 +04:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ bot.Handlers.AddHandler<StateKeepFirst>();
## 📚 Documentation & Examples
- [Documentation](https://github.com/Rikitav/Telegrator/wiki/)
- [Documentation](https://rikitav.github.io/telegrator.docs)
- [Usage examples (WIP)](https://github.com/Rikitav/Telegrator/tree/master/examples)
---
@@ -30,7 +30,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WTelegramBot" Version="9.5.1" />
<PackageReference Include="WTelegramBot" Version="9.6.0" />
</ItemGroup>
<ItemGroup>
+1 -1
View File
@@ -35,7 +35,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="22.9.5.3" />
<PackageReference Include="Telegram.Bot" Version="22.9.6.2" />
<PackageReference Include="System.Threading.Channels" Version="10.0.7" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.7" />
</ItemGroup>