mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-26 08:32:08 +03:00
chore(deps): update Downloader to 5.9.8 (#10222)
Downloader 5.9.6 -> 5.9.8 5.9.7 adds RemoteFileInfo.ContentType. 5.9.8 fixes stop/dispose races: a cancelled multi-chunk download could report a NullReferenceException as its error, and a Dispose racing the completion signal could swallow DownloadFileCompleted. Nothing DownloaderHelper calls changed its API. Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
29f99ceacc
commit
984e685ab3
@@ -13,7 +13,7 @@
|
||||
<PackageVersion Include="IPNetwork2" Version="4.3.0" />
|
||||
<PackageVersion Include="ReactiveUI.Avalonia" Version="12.1.2" />
|
||||
<PackageVersion Include="CliWrap" Version="3.10.5" />
|
||||
<PackageVersion Include="Downloader" Version="5.9.6" />
|
||||
<PackageVersion Include="Downloader" Version="5.9.8" />
|
||||
<PackageVersion Include="H.NotifyIcon.Wpf" Version="2.4.1" />
|
||||
<PackageVersion Include="MaterialDesignThemes" Version="5.3.2" />
|
||||
<PackageVersion Include="QRCoder" Version="1.8.0" />
|
||||
|
||||
Reference in New Issue
Block a user