[PR #6661] [MERGED] Bump sharpcompress from 0.29.0 to 0.30.0 #11073

Closed
opened 2026-02-07 06:31:57 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6661
Author: @dependabot[bot]
Created: 10/4/2021
Status: Merged
Merged: 10/4/2021
Merged by: @Bond-009

Base: masterHead: dependabot/nuget/sharpcompress-0.30.0


📝 Commits (1)

  • 2b61fad Bump sharpcompress from 0.29.0 to 0.30.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+1 -1)

📄 Description

Bumps sharpcompress from 0.29.0 to 0.30.0.

Release notes

Sourced from sharpcompress's releases.

0.30 - Legacy Framework is back!

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

Commits
  • a1e7c00 Merge pull request #622 from adamhathcock/net461-tests
  • e6bec19 Mark for 0.30
  • ec2be28 Fix whitespace from dotnet format
  • ce5432e Fix tests for multi-targetting
  • b6e0ad8 Remove duplicated artifact step
  • 2745bfa Minor SDK update
  • 3cdc4b3 Test 461 on github actions
  • fc1ca80 Merge pull request #621 from inthemedium/master
  • 6983e66 Fix preprocessor condition
  • 01f7336 Based on docs, the target should bet net461
  • Additional 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6661 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/4/2021 **Status:** ✅ Merged **Merged:** 10/4/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/sharpcompress-0.30.0` --- ### 📝 Commits (1) - [`2b61fad`](https://github.com/jellyfin/jellyfin/commit/2b61fad3a098db7b96dfefee1e687579b142d289) Bump sharpcompress from 0.29.0 to 0.30.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+1 -1) </details> ### 📄 Description Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.29.0 to 0.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/adamhathcock/sharpcompress/releases">sharpcompress's releases</a>.</em></p> <blockquote> <h2>0.30 - Legacy Framework is back!</h2> <p>I accepted a PR to add <code>net461</code> back as there's still multi-targetting issues. I guess .NET Standard 2.0 never really worked out.</p> <p>Included that and a fix:</p> <ul> <li>Add net461 target to clean up issues with system.* nuget dependencies <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/621">adamhathcock/sharpcompress#621</a></li> <li>Fix for chunked read for ZLibBaseStream <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/616">adamhathcock/sharpcompress#616</a></li> </ul> <p><a href="https://www.nuget.org/packages/SharpCompress/0.30.0">https://www.nuget.org/packages/SharpCompress/0.30.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/a1e7c0068db814c9aa78d86a94ccd1c761af74bd"><code>a1e7c00</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/622">#622</a> from adamhathcock/net461-tests</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/e6bec19946195d9d5a5ba81bc544f53f254851ae"><code>e6bec19</code></a> Mark for 0.30</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/ec2be2869f01a8585380c8a6b498fcb035ffd5d5"><code>ec2be28</code></a> Fix whitespace from dotnet format</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/ce5432ed731c1229daf01a94dd90fdab1570984d"><code>ce5432e</code></a> Fix tests for multi-targetting</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/b6e0ad89cea1a9458d50310b9b8a9378735c8233"><code>b6e0ad8</code></a> Remove duplicated artifact step</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/2745bfa19b2fe1d22f7ddd13c39d557638ffac05"><code>2745bfa</code></a> Minor SDK update</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/3cdc4b38a64ce292e8def28c5bcf8008b14a4e4a"><code>3cdc4b3</code></a> Test 461 on github actions</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/fc1ca808d703651060848988ae92c5ed339e614f"><code>fc1ca80</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/621">#621</a> from inthemedium/master</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/6983e660370aae362292022de028f0be2959ee02"><code>6983e66</code></a> Fix preprocessor condition</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/01f7336d095047f11b8b320b604f214f86e914d8"><code>01f7336</code></a> Based on docs, the target should bet net461</li> <li>Additional commits viewable in <a href="https://github.com/adamhathcock/sharpcompress/compare/0.29...0.30">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sharpcompress&package-manager=nuget&previous-version=0.29.0&new-version=0.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:31:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11073