FM/Assets/Packages/Magick.NET.Core.14.8.2/Magick.NET.Core.nuspec

26 lines
1.6 KiB
Plaintext
Raw Normal View History

2025-09-04 15:34:11 +08:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Magick.NET.Core</id>
<version>14.8.2</version>
<title>Magick.NET.Core</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" />
<group targetFramework="net8.0" />
</dependencies>
</metadata>
</package>