|
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>6.1.4</version> |
| 5 | + <version>7.0.0</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/12.3.0</releaseNotes> |
| 17 | + <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.0.0</releaseNotes> |
18 | 18 | <copyright>Copyright 2013-2023 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="12.3.0" /> |
| 22 | + <dependency id="Magick.NET.Core" version="13.0.0" /> |
23 | 23 | </group>
|
24 | 24 | <group targetFramework=".NETStandard2.0">
|
25 |
| - <dependency id="Magick.NET.Core" version="12.3.0" /> |
| 25 | + <dependency id="Magick.NET.Core" version="13.0.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="12.3.0" /> |
| 29 | + <dependency id="Magick.NET.Core" version="13.0.0" /> |
30 | 30 | <dependency id="System.Drawing.Common" version="6.0.0" />
|
31 | 31 | </group>
|
32 | 32 | </dependencies>
|
|
0 commit comments