Skip to content

Commit

Permalink
Bump Magick.NET-Q16-AnyCPU from 13.8.0 to 13.9.0 (#1966)
Browse files Browse the repository at this point in the history
Bumps [Magick.NET-Q16-AnyCPU](https://github.com/dlemstra/Magick.NET)
from 13.8.0 to 13.9.0.
<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.0</h2>
<h3>Changes in Magick.NET:</h3>
<ul>
<li>Added <code>MetaChannelCount</code> to <code>MagickImage</code> (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1585">#1585</a>)</li>
<li>Added extra overload for the <code>Clut</code> method and and fixed
bug that was found in (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1630">#1630</a>).</li>
<li>Added channels overload to the <code>HaldClut</code> method of
<code>MagickImage</code>.</li>
<li>Don't create <code>PointD</code> for
<code>MagickImage.Resample</code> by <a
href="https://github.com/Gounlaf"><code>@​Gounlaf</code></a> in (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1631">#1631</a>)</li>
<li>Add missing interface declaration for
<code>IMagickImage.ToBase64</code> by <a
href="https://github.com/Gounlaf"><code>@​Gounlaf</code></a> in (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1639">#1639</a>)</li>
<li>Add a <code>ToBase64</code> variant
<code>MagickImageCollection</code> by <a
href="https://github.com/Gounlaf"><code>@​Gounlaf</code></a> in (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1640">#1640</a>)</li>
<li>Use a <code>HashSet</code> instead of List by <a
href="https://github.com/Gounlaf"><code>@​Gounlaf</code></a> in (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1642">#1642</a>)</li>
<li>Added <code>GetChannelIndex</code> to the
<code>IPixelCollection</code> that will replace <code>GetIndex</code> in
the next major release.</li>
<li>Patches to improve copying the native files with Mono (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1633">#1633</a>)</li>
</ul>
<h3>Related changes in ImageMagick since the last release of
Magick.NET:</h3>
<ul>
<li><code>ImageMagick/ImageMagick#7341</code></li>
<li>Added Apple ProRAW header.</li>
</ul>
<h3>Library updates:</h3>
<ul>
<li>ImageMagick 7.1.1-33 (2024-05-25)</li>
<li>harfbuzz 8.5.0 (2024-05-13)</li>
<li>jpeg-turbo 3.0.3 (2024-05-08)</li>
<li>xml 2.12.7 (2024-05-13)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dlemstra/Magick.NET/compare/13.8.0...13.9.0">https://github.com/dlemstra/Magick.NET/compare/13.8.0...13.9.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/c1cbc4e5e5e5362a0ecd734933ff08d7dc65b0e2"><code>c1cbc4e</code></a>
Published Magick.NET 13.9.0</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/16a8a824412a2d16429e65f02d3e65e21c5445f4"><code>16a8a82</code></a>
Added check for whitespace in file that contains the native
version.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/5a8eb27aa23994c24c727476fb478916e0b51040"><code>5a8eb27</code></a>
Use a dictionary to store the HuPhashLists and remove the typecast to
fix <a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1629">#1629</a>.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/16cb8da9101ac8f6daa59fc40f0059d6700a2d76"><code>16cb8da</code></a>
Corrected typecast.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/0d251015cb1cdb0b61a71024d89a0447529367a0"><code>0d25101</code></a>
Updated comment.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/600ff10b637ae5b09339e71434a775cdc755f3d9"><code>600ff10</code></a>
Patches to improve copying the native files with Mono and updated the
documen...</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/1d98df5cda8f1d69cd64e2e78ce258b2ed46cfe0"><code>1d98df5</code></a>
Added GetChannelIndex to the IPixelCollection that will replace GetIndex
in t...</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/3611288d49e6ae031d28e2cefac58dce87c190eb"><code>3611288</code></a>
Updated Magick.Native.</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/6b77f17b1a5e3c0d1d8225cef18afef5e0fbae34"><code>6b77f17</code></a>
Use a HashSet instead of List (<a
href="https://redirect.github.com/dlemstra/Magick.NET/issues/1642">#1642</a>)</li>
<li><a
href="https://github.com/dlemstra/Magick.NET/commit/02b4dc6e5eab31f398f0321b87065b79c1e91745"><code>02b4dc6</code></a>
Make it more clear why the also set the format of the settings.</li>
<li>Additional commits viewable in <a
href="https://github.com/dlemstra/Magick.NET/compare/13.8.0...13.9.0">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.8.0&new-version=13.9.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 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>
  • Loading branch information
dependabot[bot] authored Jun 2, 2024
1 parent d99e415 commit 95b77af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/ImperatorToCK3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<ItemGroup>
<PackageReference Include="ColorHashSharp" Version="1.0.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.8.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.9.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.154">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 95b77af

Please sign in to comment.