|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>Magick.NET.SystemDrawing</id> |
5 | | - <version>7.2.1</version> |
| 5 | + <version>7.2.2</version> |
6 | 6 | <title>Magick.NET.SystemDrawing</title> |
7 | 7 | <authors>Dirk Lemstra</authors> |
8 | 8 | <owners>Dirk Lemstra</owners> |
|
14 | 14 | <description>ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.</description> |
15 | 15 | <summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary> |
16 | 16 | <readme>docs\Readme.md</readme> |
17 | | - <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.5.0</releaseNotes> |
18 | | - <copyright>Copyright 2013-2023 Dirk Lemstra</copyright> |
| 17 | + <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.6.0</releaseNotes> |
| 18 | + <copyright>Copyright 2013-2024 Dirk Lemstra</copyright> |
19 | 19 | <tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags> |
20 | 20 | <dependencies> |
21 | 21 | <group targetFramework=".NETFramework4.6.2"> |
22 | | - <dependency id="Magick.NET.Core" version="13.5.0" /> |
| 22 | + <dependency id="Magick.NET.Core" version="13.6.0" /> |
23 | 23 | </group> |
24 | 24 | <group targetFramework=".NETStandard2.0"> |
25 | | - <dependency id="Magick.NET.Core" version="13.5.0" /> |
| 25 | + <dependency id="Magick.NET.Core" version="13.6.0" /> |
26 | 26 | <dependency id="System.Drawing.Common" version="6.0.0" /> |
27 | 27 | </group> |
28 | 28 | <group targetFramework=".NETStandard2.1"> |
29 | | - <dependency id="Magick.NET.Core" version="13.5.0" /> |
| 29 | + <dependency id="Magick.NET.Core" version="13.6.0" /> |
30 | 30 | <dependency id="System.Drawing.Common" version="6.0.0" /> |
31 | 31 | </group> |
32 | 32 | </dependencies> |
|
0 commit comments