mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-02 10:29:14 +00:00
Update dependency SharpCompress to 0.49.1 (#123)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [SharpCompress](https://github.com/adamhathcock/sharpcompress) | `0.48.1` → `0.49.1` |  |  | --- ### Release Notes <details> <summary>adamhathcock/sharpcompress (SharpCompress)</summary> ### [`v0.49.1`](https://github.com/adamhathcock/sharpcompress/releases/tag/0.49.1): - More fixes [Compare Source](https://github.com/adamhathcock/sharpcompress/compare/0.49.0...0.49.1) #### What's Changed - Close writable entry streams during async archive disposal by [@​Copilot](https://github.com/Copilot) in [#​1338](https://github.com/adamhathcock/sharpcompress/pull/1338) - Restore `WriteToDirectoryAsync` progress callbacks for solid 7z archives by [@​Copilot](https://github.com/Copilot) in [#​1340](https://github.com/adamhathcock/sharpcompress/pull/1340) - Try to fix global.json to avoid churn in locks by [@​adamhathcock](https://github.com/adamhathcock) in [#​1341](https://github.com/adamhathcock/sharpcompress/pull/1341) - Fix tar archive enumeration after fully reading entry streams by [@​adamhathcock](https://github.com/adamhathcock) in [#​1342](https://github.com/adamhathcock/sharpcompress/pull/1342) **Full Changelog**: <https://github.com/adamhathcock/sharpcompress/compare/0.49.0...0.49.1> ### [`v0.49.0`](https://github.com/adamhathcock/sharpcompress/releases/tag/0.49.0): - Write Async fixes and more. [Compare Source](https://github.com/adamhathcock/sharpcompress/compare/0.48.1...0.49.0) This should contain a lot of write async fixes and some breaking API changes that fix previous broke `net48` usage #### What's Changed - Rename IWriteableArchiveFactory.cs to IWritableArchiveFactory.cs by [@​Copilot](https://github.com/Copilot) in [#​1244](https://github.com/adamhathcock/sharpcompress/pull/1244) - Some API clean up from GPT 5.4 by [@​adamhathcock](https://github.com/adamhathcock) in [#​1243](https://github.com/adamhathcock/sharpcompress/pull/1243) - Release to master by [@​adamhathcock](https://github.com/adamhathcock) in [#​1267](https://github.com/adamhathcock/sharpcompress/pull/1267) - Fix three BLAKE2sp correctness bugs and eliminate allocations in hot path by [@​coderb](https://github.com/coderb) in [#​1266](https://github.com/adamhathcock/sharpcompress/pull/1266) - Corrected async examples. by [@​dlemstra](https://github.com/dlemstra) in [#​1277](https://github.com/adamhathcock/sharpcompress/pull/1277) - Fix setting invalid access time fails extraction by [@​aromaa](https://github.com/aromaa) in [#​1279](https://github.com/adamhathcock/sharpcompress/pull/1279) - Fix incorrect code examples in docs for sync/async usage by [@​Copilot](https://github.com/Copilot) in [#​1280](https://github.com/adamhathcock/sharpcompress/pull/1280) - Replace APPNOTE.TXT contents with reference link note by [@​puk06](https://github.com/puk06) in [#​1286](https://github.com/adamhathcock/sharpcompress/pull/1286) - Release to Master by [@​adamhathcock](https://github.com/adamhathcock) in [#​1274](https://github.com/adamhathcock/sharpcompress/pull/1274) - update docs for tar gap analysis and XZ usage by [@​adamhathcock](https://github.com/adamhathcock) in [#​1288](https://github.com/adamhathcock/sharpcompress/pull/1288) - Add a PooledMemoryStream to avoid allocating by [@​adamhathcock](https://github.com/adamhathcock) in [#​1275](https://github.com/adamhathcock/sharpcompress/pull/1275) - fix: Change LeaveStreamOpen default from true to false by [@​puk06](https://github.com/puk06) in [#​1293](https://github.com/adamhathcock/sharpcompress/pull/1293) - Fix usage of ReaderOptions and pre-defined values by [@​adamhathcock](https://github.com/adamhathcock) in [#​1295](https://github.com/adamhathcock/sharpcompress/pull/1295) - Enforce seekable, readable and writable on streams by [@​adamhathcock](https://github.com/adamhathcock) in [#​1297](https://github.com/adamhathcock/sharpcompress/pull/1297) - Add ArchiveInformation record for consolidated archive detection and capability inspection by [@​Copilot](https://github.com/Copilot) in [#​1299](https://github.com/adamhathcock/sharpcompress/pull/1299) - merge release to master by [@​adamhathcock](https://github.com/adamhathcock) in [#​1314](https://github.com/adamhathcock/sharpcompress/pull/1314) - Some clean up and test clean up by [@​adamhathcock](https://github.com/adamhathcock) in [#​1321](https://github.com/adamhathcock/sharpcompress/pull/1321) - Finish Write Async by [@​adamhathcock](https://github.com/adamhathcock) in [#​1323](https://github.com/adamhathcock/sharpcompress/pull/1323) - More complete Tar implementation: USTAR, PAX, etc. by [@​adamhathcock](https://github.com/adamhathcock) in [#​1289](https://github.com/adamhathcock/sharpcompress/pull/1289) - Add Polysharp and adjustments that do not break legacy frameworks by [@​adamhathcock](https://github.com/adamhathcock) in [#​1330](https://github.com/adamhathcock/sharpcompress/pull/1330) - Fix null `IVolume.FileName` for single-volume file-based archives by [@​Copilot](https://github.com/Copilot) in [#​1333](https://github.com/adamhathcock/sharpcompress/pull/1333) - Add skills by [@​adamhathcock](https://github.com/adamhathcock) in [#​1332](https://github.com/adamhathcock/sharpcompress/pull/1332) - add AOT smoke and missing tests by [@​adamhathcock](https://github.com/adamhathcock) in [#​1334](https://github.com/adamhathcock/sharpcompress/pull/1334) #### New Contributors - [@​dlemstra](https://github.com/dlemstra) made their first contribution in [#​1277](https://github.com/adamhathcock/sharpcompress/pull/1277) - [@​aromaa](https://github.com/aromaa) made their first contribution in [#​1279](https://github.com/adamhathcock/sharpcompress/pull/1279) - [@​puk06](https://github.com/puk06) made their first contribution in [#​1286](https://github.com/adamhathcock/sharpcompress/pull/1286) **Full Changelog**: <https://github.com/adamhathcock/sharpcompress/compare/0.48.1...0.49.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/123
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<PackageVersion Include="Avalonia.Desktop" Version="11.3.17" />
|
||||
<PackageVersion Include="Avalonia.Diagnostics" Version="11.3.17" />
|
||||
<PackageVersion Include="Avalonia.Markup.Xaml.Loader" Version="11.3.17" />
|
||||
<PackageVersion Include="SharpCompress" Version="0.48.1" />
|
||||
<PackageVersion Include="SharpCompress" Version="0.49.1" />
|
||||
<PackageVersion Include="Svg.Controls.Avalonia" Version="11.3.9.5" />
|
||||
<PackageVersion Include="Svg.Controls.Skia.Avalonia" Version="11.3.9.5" />
|
||||
<PackageVersion Include="Microsoft.Build.Framework" Version="17.11.4" />
|
||||
|
||||
Reference in New Issue
Block a user