Skip to content

Commit

Permalink
Bump Telegram.Bot from 22.2.0 to 22.3.0
Browse files Browse the repository at this point in the history
Bumps [Telegram.Bot](https://github.com/TelegramBots/telegram.bot) from 22.2.0 to 22.3.0.
- [Release notes](https://github.com/TelegramBots/telegram.bot/releases)
- [Changelog](https://github.com/TelegramBots/Telegram.Bot/blob/master/CHANGELOG.md)
- [Commits](TelegramBots/Telegram.Bot@v22.2.0...v22.3.0)

---
updated-dependencies:
- dependency-name: Telegram.Bot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 01d3adc commit 3738eb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GrammarNazi.App/GrammarNazi.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="Polly" Version="8.5.0" />
<PackageReference Include="Telegram.Bot" Version="22.2.0" />
<PackageReference Include="Telegram.Bot" Version="22.3.0" />
<PackageReference Include="TweetinviAPI" Version="5.0.4" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion GrammarNazi.Core/GrammarNazi.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="System.ServiceModel.Http" Version="8.1.1" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="8.1.1" />
<PackageReference Include="System.ServiceModel.Security" Version="6.0.0" />
<PackageReference Include="Telegram.Bot" Version="22.2.0" />
<PackageReference Include="Telegram.Bot" Version="22.3.0" />
<PackageReference Include="TweetinviAPI" Version="5.0.4" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion GrammarNazi.Domain/GrammarNazi.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.16.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Telegram.Bot" Version="22.2.0" />
<PackageReference Include="Telegram.Bot" Version="22.3.0" />
</ItemGroup>

</Project>

0 comments on commit 3738eb8

Please sign in to comment.