Skip to content

Bump SharpCompress from 0.47.4 to 0.48.1#57

Merged
GoodOlClint merged 1 commit into
mainfrom
dependabot/nuget/src/PSProxmoxVE.Core/main/SharpCompress-0.48.1
May 19, 2026
Merged

Bump SharpCompress from 0.47.4 to 0.48.1#57
GoodOlClint merged 1 commit into
mainfrom
dependabot/nuget/src/PSProxmoxVE.Core/main/SharpCompress-0.48.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updated SharpCompress from 0.47.4 to 0.48.1.

Release notes

Sourced from SharpCompress's releases.

0.48.1

What's Changed

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

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

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 18, 2026
@dependabot dependabot Bot requested a review from GoodOlClint as a code owner May 18, 2026 22:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels May 18, 2026
@claude
Copy link
Copy Markdown

claude Bot commented May 18, 2026

Claude finished @dependabot[bot]'s task in 53s —— View job


PR Review: Bump SharpCompress 0.47.4 → 0.48.1

  • Gather context (PR details, changed files)
  • Review csproj change
  • Check SharpCompress usage in codebase
  • Check CI status
  • Post final review

Summary

This is a clean, low-risk patch dependency update. No code changes — only the version string in src/PSProxmoxVE.Core/PSProxmoxVE.Core.csproj:22.

SharpCompress usage in this project:

SharpCompress is used in exactly one place: src/PSProxmoxVE.Core/Models/Vms/OvfMetadata.cs:89 via ReaderFactory.OpenReader() for synchronous, read-only TAR extraction (parsing OVA archives to find the embedded .ovf XML file).

Changelog relevance:

Change Affects this project?
0.48.1 — Fix GZip write async No — project only reads TAR, never writes GZip
0.48.0 — Fix SevenZipArchive.IsSolidAsync() No — 7z archives not used
0.48.0 — Fix sync calls in async RAR unpacker No — RAR archives not used

None of the fixes touch the TAR/read path this project relies on. The update carries no behavioral change for this codebase.

DECISIONS.md compliance: No architectural decisions are affected by this dependency bump.

CI: Build and Unit Tests were in progress at review time — no failures observed.

Verdict: LGTM. Safe to merge once CI passes.

@dependabot dependabot Bot force-pushed the dependabot/nuget/src/PSProxmoxVE.Core/main/SharpCompress-0.48.1 branch from 02728e7 to 2851b4d Compare May 19, 2026 14:53
@claude
Copy link
Copy Markdown

claude Bot commented May 19, 2026

Claude finished @dependabot[bot]'s task in 3m 4s —— View job


PR Review: Bump SharpCompress 0.47.4 → 0.48.1

  • Gather context (PR details, changed files)
  • Review csproj change
  • Check SharpCompress usage in codebase
  • Check CI status
  • Post final review

Summary

This is a clean, low-risk patch dependency update. No code changes — only the version string in src/PSProxmoxVE.Core/PSProxmoxVE.Core.csproj:22.

SharpCompress usage in this project:

SharpCompress is used in exactly one place: src/PSProxmoxVE.Core/Models/Vms/OvfMetadata.cs:89 via ReaderFactory.OpenReader() for synchronous, read-only TAR extraction (parsing OVA archives to find the embedded .ovf XML file).

Changelog relevance:

Change Affects this project?
0.48.1 — Fix GZip write async No — project only reads TAR, never writes GZip
0.48.0 — Fix SevenZipArchive.IsSolidAsync() No — 7z archives not used
0.48.0 — Fix sync calls in async RAR unpacker No — RAR archives not used

None of the fixes touch the TAR/read path this project relies on. The update carries no behavioral change for this codebase.

DECISIONS.md compliance: No architectural decisions are affected by this dependency bump.

CI status:

Check Status
Build ✅ Passed
Unit Tests ⏳ In progress

Verdict: LGTM. Safe to merge once Unit Tests pass.

@GoodOlClint
Copy link
Copy Markdown
Owner

@dependabot rebase

---
updated-dependencies:
- dependency-name: SharpCompress
  dependency-version: 0.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/src/PSProxmoxVE.Core/main/SharpCompress-0.48.1 branch from 2851b4d to 9a9830f Compare May 19, 2026 15:08
@claude
Copy link
Copy Markdown

claude Bot commented May 19, 2026

Claude finished @dependabot[bot]'s task in 36s —— View job


PR Review: Bump SharpCompress 0.47.4 → 0.48.1

  • Gather context (PR details, changed files)
  • Review csproj change
  • Check SharpCompress usage in codebase
  • Check CI status after rebase
  • Post final review

Summary

Clean, low-risk patch dependency update after rebase. No code changes — only the version string in src/PSProxmoxVE.Core/PSProxmoxVE.Core.csproj:22.

SharpCompress usage in this project:

SharpCompress is used in exactly one place: src/PSProxmoxVE.Core/Models/Vms/OvfMetadata.cs:89 via ReaderFactory.OpenReader() for synchronous, read-only TAR extraction (parsing OVA archives to find the embedded .ovf XML file).

Changelog relevance:

Change Affects this project?
0.48.1 — Fix GZip write async No — project only reads TAR, never writes GZip
0.48.0 — Fix SevenZipArchive.IsSolidAsync() No — 7z archives not used
0.48.0 — Fix sync calls in async RAR unpacker No — RAR archives not used

None of the fixes touch the TAR/read path this project relies on. The update carries no behavioral change for this codebase.

DECISIONS.md compliance: No architectural decisions are affected by this dependency bump.

CI status (post-rebase):

Check Status
Build ⏳ In progress
Unit Tests ⏳ In progress

Verdict: LGTM. Safe to merge once CI passes.

@GoodOlClint GoodOlClint merged commit f2925ba into main May 19, 2026
10 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/src/PSProxmoxVE.Core/main/SharpCompress-0.48.1 branch May 19, 2026 19:20
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.

1 participant