Skip to content

Commit

Permalink
Bump Telegram.Bot from 21.3.0 to 21.4.0
Browse files Browse the repository at this point in the history
Bumps [Telegram.Bot](https://github.com/TelegramBots/telegram.bot) from 21.3.0 to 21.4.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@v21.3.0...v21.4.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 Jul 2, 2024
1 parent 5de3158 commit e5bb92f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Console.Advanced/Console.Advanced.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Telegram.Bot" Version="21.3.0" />
<PackageReference Include="Telegram.Bot" Version="21.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Console/Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="21.3.0" />
<PackageReference Include="Telegram.Bot" Version="21.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FSharp.Example/FSharp.Example.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Telegram.Bot" Version="21.3.0" />
<PackageReference Include="Telegram.Bot" Version="21.4.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion InlineQueries/InlineQueries.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="21.3.0" />
<PackageReference Include="Telegram.Bot" Version="21.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Serverless/AwsLambda.Webhook/lambda-bot/lambda-bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<PackageReference Include="AWSSDK.Core" Version="3.7.101" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.2.0" />
<PackageReference Include="Telegram.Bot" Version="21.3.0" />
<PackageReference Include="Telegram.Bot" Version="21.4.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.20.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.16.4" />
<PackageReference Include="Telegram.Bot" Version="21.3.0" />
<PackageReference Include="Telegram.Bot" Version="21.4.0" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Telegram.Bot" Version="21.3.0" />
<PackageReference Include="Telegram.Bot" Version="21.4.0" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down
2 changes: 1 addition & 1 deletion Webhook.Controllers/Webhook.Controllers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="21.3.0" />
<PackageReference Include="Telegram.Bot" Version="21.4.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.25" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Webhook.MinimalAPIs/Webhook.MinimalAPIs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="21.3.0" />
<PackageReference Include="Telegram.Bot" Version="21.4.0" />
</ItemGroup>

</Project>

0 comments on commit e5bb92f

Please sign in to comment.