|
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.0.1</version> |
| 5 | + <version>6.1.0</version> |
6 | 6 | <title>Magick.NET.SystemDrawing</title>
|
7 | 7 | <authors>Dirk Lemstra</authors>
|
8 | 8 | <owners>Dirk Lemstra</owners>
|
|
13 | 13 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
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 |
| - <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.0.1</releaseNotes> |
| 16 | + <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.1.0</releaseNotes> |
17 | 17 | <copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
|
18 | 18 | <tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
|
19 | 19 | <dependencies>
|
20 | 20 | <group targetFramework=".NETFramework4.6.2">
|
21 |
| - <dependency id="Magick.NET.Core" version="12.0.1" /> |
| 21 | + <dependency id="Magick.NET.Core" version="12.1.0" /> |
22 | 22 | </group>
|
23 | 23 | <group targetFramework=".NETStandard2.0">
|
24 |
| - <dependency id="Magick.NET.Core" version="12.0.1" /> |
| 24 | + <dependency id="Magick.NET.Core" version="12.1.0" /> |
25 | 25 | <dependency id="System.Drawing.Common" version="6.0.0" />
|
26 | 26 | </group>
|
27 | 27 | <group targetFramework=".NETStandard2.1">
|
28 |
| - <dependency id="Magick.NET.Core" version="12.0.1" /> |
| 28 | + <dependency id="Magick.NET.Core" version="12.1.0" /> |
29 | 29 | <dependency id="System.Drawing.Common" version="6.0.0" />
|
30 | 30 | </group>
|
31 | 31 | </dependencies>
|
|
0 commit comments