Skip to content

Commit

Permalink
migrate doc: STJ CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u committed Nov 4, 2024
1 parent 16c88d1 commit ff3fe16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Examples/Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="22.0.0" />
<PackageReference Include="Telegram.Bot" Version="22.0.0" Condition="'$(Configuration)' == 'Release'" />
<ProjectReference Include="..\..\Telegram.Bot\src\Telegram.Bot\Telegram.Bot.csproj" Condition="'$(Configuration)' == 'Debug'" />
</ItemGroup>

<PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/migrate/Version-22.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ _(if you use this [non-recommended](Version-21.x.md#request-structures) method)_
- Helper method `GetFileIdType`
It can tell you which type of object/media is referenced by a FileId string
- Huge rewrite of our serialization code to make it more performant and straightforward.
- Updated System.Text.Json due to vulnerability [CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4)

0 comments on commit ff3fe16

Please sign in to comment.