Skip to content

Commit

Permalink
Update dependency RxTelegram.Bot to 8.2.0 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent be6b5af commit 0ea7723
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Conversation/Conversation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RxTelegram.Bot" Version="8.1.0" />
<PackageReference Include="RxTelegram.Bot" Version="8.2.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="RxTelegram.Bot" Version="8.1.0" />
<PackageReference Include="RxTelegram.Bot" Version="8.2.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="RxTelegram.Bot" Version="8.1.0" />
<PackageReference Include="RxTelegram.Bot" Version="8.2.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="RxTelegram.Bot" Version="8.1.0" />
<PackageReference Include="RxTelegram.Bot" Version="8.2.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="RxTelegram.Bot" Version="8.1.0" />
<PackageReference Include="RxTelegram.Bot" Version="8.2.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="RxTelegram.Bot" Version="8.1.0" />
<PackageReference Include="RxTelegram.Bot" Version="8.2.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 0ea7723

Please sign in to comment.