Bump SharpCompress from 0.44.1 to 0.46.0#125
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
--- updated-dependencies: - dependency-name: SharpCompress dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #127. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated SharpCompress from 0.44.1 to 0.46.0.
Release notes
Sourced from SharpCompress's releases.
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
... (truncated)
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
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)