30 lines
1.7 KiB
XML
30 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Magick.NET-Q8-AnyCPU</id>
|
|
<version>14.8.2</version>
|
|
<title>Magick.NET-Q8-AnyCPU</title>
|
|
<authors>Dirk Lemstra</authors>
|
|
<owners>Dirk Lemstra</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">Apache-2.0</license>
|
|
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
|
<icon>Magick.NET.icon.png</icon>
|
|
<readme>docs\Readme.md</readme>
|
|
<projectUrl>https://github.com/dlemstra/Magick.NET</projectUrl>
|
|
<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>
|
|
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
|
|
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.8.2</releaseNotes>
|
|
<copyright>Copyright 2013-2025 Dirk Lemstra</copyright>
|
|
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
|
|
<repository type="git" url="https://github.com/dlemstra/Magick.NET" branch="main" commit="99a47d3719560ca0d1aa5f3875c20752c70a21d9" />
|
|
<dependencies>
|
|
<group targetFramework=".NETStandard2.0">
|
|
<dependency id="Magick.NET.Core" version="14.8.2" />
|
|
</group>
|
|
<group targetFramework="net8.0">
|
|
<dependency id="Magick.NET.Core" version="14.8.2" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |