Skip to content

Commit 08cfbac

Browse files
committed
Updated Magick.Native.
1 parent d5d3d84 commit 08cfbac

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.514.1403
1+
2026.516.1017

src/Magick.Native/libraries.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Libraries
2-
Magick.Native [3b680c644dcce67218659ac74270de884e2a21e7](https://github.com/dlemstra/Magick.Native/commit/3b680c644dcce67218659ac74270de884e2a21e7) is build with the following libraries:
2+
Magick.Native [431ce82a9363fe7efdf13ece9623f93d8f2bda46](https://github.com/dlemstra/Magick.Native/commit/431ce82a9363fe7efdf13ece9623f93d8f2bda46) is build with the following libraries:
33

4-
- ImageMagick 7.1.2-23 (Beta) (2026-05-14)
5-
- aom 3.13.3 (2026-04-02)
4+
- ImageMagick 7.1.2-23 (Beta) (2026-05-16)
5+
- aom 3.14.0 (2026-05-12)
66
- brotli 1.2.0 (2025-10-27)
77
- libbzip2 1.0.8 (2019-07-13)
88
- cairo 1.18.4 (2025-03-08)
@@ -26,7 +26,7 @@ Magick.Native [3b680c644dcce67218659ac74270de884e2a21e7](https://github.com/dlem
2626
- liblzma 5.8.3 (2026-04-31)
2727
- openh264 2.6.0 (2025-02-12)
2828
- openjpeg 2.5.4 (2025-09-20)
29-
- openjph 0.27.2 (2026-05-10)
29+
- openjph 0.27.3 (2026-05-14)
3030
- pango 1.45.3 (2020-06-22)
3131
- pixman 0.46.4 (2025-07-20)
3232
- libpng 1.6.58 (2026-04-15)

tests/Magick.NET.Tests/MagickNETTests/TheImageMagickVersionProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void ShoudlReturnTheCorrectValue()
2525
#else
2626
var quantum = "Q16-HDRI";
2727
#endif
28-
Assert.Equal($"ImageMagick {version} {quantum} {architecture} 64fc55b6c:20260514 https://imagemagick.org", MagickNET.ImageMagickVersion);
28+
Assert.Equal($"ImageMagick {version} {quantum} {architecture} ca15b2b11:20260516 https://imagemagick.org", MagickNET.ImageMagickVersion);
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)