Skip to content

Commit 2688bb7

Browse files
Bump Magick.NET-Q16-AnyCPU from 13.9.0 to 13.9.1 in /ImperatorToCK3 (#1979)
Bumps [Magick.NET-Q16-AnyCPU](https://github.com/dlemstra/Magick.NET) from 13.9.0 to 13.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dlemstra/Magick.NET/releases">Magick.NET-Q16-AnyCPU's releases</a>.</em></p> <blockquote> <h2>Magick.NET 13.9.1</h2> <h3>Changes in Magick.NET:</h3> <ul> <li>Revert patch that disallows negative Percentage values, this is supported in some of the methods. (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1649">#1649</a>)</li> <li>Fixed bug where XmpProfile.FromIXPathNavigable and XmpProfile.FromXDocument would add a xml declaration (<a href="https://redirect.github.com/dlemstra/Magick.NET/issues/1652">#1652</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dlemstra/Magick.NET/compare/13.9.0...13.9.1">https://github.com/dlemstra/Magick.NET/compare/13.9.0...13.9.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dlemstra/Magick.NET/commit/6542195ee0a37a88c5190d10661baaf2e5b5d8ca"><code>6542195</code></a> Published Magick.NET 13.9.1</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/4e7a011acf2cf614952ea1f0df135b6df6304463"><code>4e7a011</code></a> Fixed bug where XmpProfile.FromIXPathNavigable and XmpProfile.FromXDocument w...</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/b38478d1ce169538f679528ff3dfbf9d7027d096"><code>b38478d</code></a> Removed incorrect using.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/a9800b033ae37c1b18ef07560a25dc98e4182544"><code>a9800b0</code></a> Throw exception inside PercentageHelper for negative percentages for non Q16-...</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/f9e9d829153341898e31edf0ae732e274dc138cb"><code>f9e9d82</code></a> Revert patch that disallows negative Percentage values, this is supported in ...</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/f466be7a8166abada96ac4ec43efd550c192d51b"><code>f466be7</code></a> Code cleanup.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/d5e065283ee6065fdda6f538a80af19bb52f0904"><code>d5e0652</code></a> Corrected namespace.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/7365093542020f461953e09600de86d0b25c4483"><code>7365093</code></a> Added script that can be used to download the NuGet packages of a release build.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/a5883f7451e32d512cc55fa55cb447bbeb6987dc"><code>a5883f7</code></a> Moved files with api keys to a different folder on my local system.</li> <li><a href="https://github.com/dlemstra/Magick.NET/commit/9cc8e63f804c53260c0f03581fc71b652936fc87"><code>9cc8e63</code></a> Added trailing newline.</li> <li>Additional commits viewable in <a href="https://github.com/dlemstra/Magick.NET/compare/13.9.0...13.9.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Magick.NET-Q16-AnyCPU&package-manager=nuget&previous-version=13.9.0&new-version=13.9.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e047c9f commit 2688bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ImperatorToCK3/ImperatorToCK3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="ColorHashSharp" Version="1.0.0" />
36-
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.9.0" />
36+
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.9.1" />
3737
<PackageReference Include="Meziantou.Analyzer" Version="2.0.155">
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)