mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-02 18:39:14 +00:00
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
69 lines
4.5 KiB
XML
69 lines
4.5 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageVersion Include="Avalonia" Version="11.3.17" />
|
|
<PackageVersion Include="Avalonia.Controls.DataGrid" Version="11.3.13" />
|
|
<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.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" />
|
|
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.12.50" />
|
|
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
|
|
<PackageVersion Include="Projektanker.Icons.Avalonia" Version="9.6.2" />
|
|
<PackageVersion Include="Projektanker.Icons.Avalonia.FontAwesome" Version="9.6.2" />
|
|
<PackageVersion Include="Projektanker.Icons.Avalonia.MaterialDesign" Version="9.6.2" />
|
|
<PackageVersion Include="Ryujinx.SDL3-CS" Version="2026.501.0" />
|
|
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
|
|
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.2" />
|
|
<PackageVersion Include="Concentus" Version="2.2.2" />
|
|
<PackageVersion Include="DiscordRichPresence" Version="1.6.1.70" />
|
|
<PackageVersion Include="DynamicData" Version="9.4.31" />
|
|
<PackageVersion Include="FluentAvaloniaUI" Version="2.5.1" />
|
|
<PackageVersion Include="Humanizer" Version="2.14.1" />
|
|
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
|
|
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
|
|
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.18.0" />
|
|
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
|
|
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
|
|
<PackageVersion Include="MsgPack.Cli" Version="1.0.1" />
|
|
<PackageVersion Include="NetCoreServer" Version="8.0.7" />
|
|
<PackageVersion Include="NUnit" Version="3.14.0" />
|
|
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
|
|
<PackageVersion Include="OpenTK.Core" Version="4.9.4" />
|
|
<PackageVersion Include="OpenTK.Graphics" Version="4.9.4" />
|
|
<!-- OpenTk.Audio.OpenAL has moved to OpenTk.Audio -->
|
|
<!--<PackageVersion Include="OpenTK.Audio" Version="5.0.0-pre.15" />-->
|
|
<PackageVersion Include="OpenTK.Audio.OpenAL" Version="4.9.4" />
|
|
<PackageVersion Include="OpenTK.Windowing.GraphicsLibraryFramework" Version="4.9.4" />
|
|
<PackageVersion Include="Open.NAT.Core" Version="2.1.0.5" />
|
|
<!-- Ryujinx.Audio.OpenAL.Dependencies is from the original project, last updated 12/30/20 -->
|
|
<!--<PackageVersion Include="Ryujinx.Audio.OpenAL.Dependencies" Version="1.21.0.1" />-->
|
|
<PackageVersion Include="Ryujinx.Audio.OpenAL" Version="1.25.1" />
|
|
<PackageVersion Include="Ryujinx.Graphics.Nvdec.Dependencies.AllArch" Version="6.1.4-build6" />
|
|
<PackageVersion Include="Ryujinx.Graphics.Vulkan.MoltenVK" Version="1.4.2-ryujinx.3" />
|
|
<PackageVersion Include="Ryujinx.LibHac" Version="0.21.0-alpha.133" />
|
|
<PackageVersion Include="Ryujinx.UpdateClient" Version="2.0.6" />
|
|
<PackageVersion Include="Ryujinx.Systems.Update.Common" Version="2.0.6" />
|
|
<PackageVersion Include="Gommon" Version="2.8.1.2" />
|
|
<PackageVersion Include="securifybv.ShellLink" Version="0.1.0" />
|
|
<PackageVersion Include="Sep" Version="0.14.1" />
|
|
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
|
|
<PackageVersion Include="Silk.NET.Shaderc" Version="2.23.0" />
|
|
<PackageVersion Include="Silk.NET.Vulkan" Version="2.23.0" />
|
|
<PackageVersion Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.23.0" />
|
|
<PackageVersion Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.23.0" />
|
|
<PackageVersion Include="SkiaSharp" Version="2.88.9" />
|
|
<PackageVersion Include="SkiaSharp.NativeAssets.Win32" Version="2.88.9" />
|
|
<PackageVersion Include="SkiaSharp.NativeAssets.macOS" Version="2.88.9" />
|
|
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.9" />
|
|
<PackageVersion Include="SPB" Version="0.0.4-build32" />
|
|
<PackageVersion Include="System.IO.Hashing" Version="9.0.15" />
|
|
<PackageVersion Include="UnicornEngine.Unicorn" Version="2.1.3" />
|
|
</ItemGroup>
|
|
</Project>
|