Skip to content

Bump the nuget group with 1 update#3

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/tests/Microsoft.DotNet.Docker.Tests/nuget-8bda06dc55
Open

Bump the nuget group with 1 update#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/tests/Microsoft.DotNet.Docker.Tests/nuget-8bda06dc55

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Updated SharpCompress from 0.25.0 to 0.48.0.

Release notes

Sourced from SharpCompress's releases.

0.48.0

Getting some fixes out to prep for bigger release - async writing might still not work on non-async streams

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.47.4...0.48.0

0.47.4

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.47.3...0.47.4

0.47.3

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.47.2...0.47.3

0.47.2

Making the default experience better with a larger buffer size.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.47.1...0.47.2

0.47.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.47.0...0.47.1

0.47.0

I think this is the last breaking change before I mark things as 1.0. Looking for feedback

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.46.4...0.47.0

0.46.4

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.3...0.46.4

0.46.3

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.2...0.46.3

0.46.2

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.1...0.46.2

0.46.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.0...0.46.1

0.46.0

Open/Create must be asynchronous now so they return ValueTasks when they didn't before.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.45.1...0.46.0

0.45.1

The big regression was fixed in 0.44.5 and 0.45.0 but only for sync. This does it for async too.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.45.0...0.45.1

0.45.0

This release should be fully async as well as sync depending on the API used. I've endeavoured to make sure no sync methods are used when going via the async interface (and vice versa) but you never know.

Tests should cover things as well as the recent fixes (like the 7z regression)

Options and the API have been revamped so expect API breakages. I think it should be straight-forward but things won't compile.

There is a thing about Dispose vs async Disposing that may or may not be fully covered 😬

Feedback is welcome as I think 1.0 is around the corner with the introduction of Providers and other things. I wanted to get the async revamp out generally first though.

What's Changed

0.44.5

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.4...0.44.5

0.44.4

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.3...0.44.4

0.44.3

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.2...0.44.3

0.44.2

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.1...0.44.2

0.44.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.0...0.44.1

0.44.0

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.43.0...0.44.0

0.43.0

Big changes:
Progress was redone to use IProgress.
ZstdSharp was moved into the project.
More groundwork for full async as well as more contributions and bug fixes!

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.42.0...0.43.0

0.42.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.42.0...0.42.1

0.42.0

This is one where I leaned heavily on AI for asynchronous implementation and bug fixes. ARJ is provided by @​TwanVanDongen

What's Changed

New Contributors

... (truncated)

0.41.0

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.40.0...0.41.0

0.40.0

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.39.0...0.40.0

0.39.0

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.38.0...0.39.0

0.38.0

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.37.2...0.38.0

0.37.2

Full Changelog: adamhathcock/sharpcompress@0.37.1...0.37.2

0.37.1

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.37.0...0.37.1

Updated ZstdSharp.Port to be native
Private assets for github link?

0.37.0

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.36.0...0.37.0

0.36.0

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.35.0...0.36.0

0.35.0

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.34.2...0.35.0

0.34.2

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.34.1...0.34.2

0.34.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.34.0...0.34.1

0.34.0

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.33.0...0.34.0

0.33.0

I think the API didn't break with IArchiveFactory

I've been out it for health reasons

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.32.2...0.33.0

0.32.2

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.32.1...0.32.2

0.32.1

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.32...0.32.1

0.32

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.31...0.32

0.31

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.30.1...0.31

0.30.1

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.30.0...0.30.1

0.30

I accepted a PR to add net461 back as there's still multi-targetting issues. I guess .NET Standard 2.0 never really worked out.

Included that and a fix:

https://www.nuget.org/packages/SharpCompress/0.30.0

0.29.0

Two minor fixes from contributors and a behavior fix for extraction. Now the destination directory has to exist before extracting will be allowed.

0.28.3

0.28.2

Two issues found and squashed

0.28.1

0.28

Fixes

Improvements

0.27.1

Fix for Rewindable stream when using a gz file that isn't a tar

0.27

New Features:

Fixes:

0.26

Breaking changes

  • Encoding was set to 437 (a windows specific encoding) which caused a lot of issues, especially on mobile platforms and I discovered also on Blazor. Encoding is defaulted now to Encoding.Default with an easier overload of ArchiveEncoding to specify default encodings if needed. See: #​527 #​473 #​441 #​446 #​405

Fixes/features!

  • Decompress RAR 4.x SOLID archive addition: #​523
  • Ensure TarArchive enumerates #​528

0.25.1

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps SharpCompress from 0.25.0 to 0.48.0

---
updated-dependencies:
- dependency-name: SharpCompress
  dependency-version: 0.48.0
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants