20 lines
1006 B
XML
20 lines
1006 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>SixLabors.ImageSharp</id>
|
|
<version>3.1.10</version>
|
|
<authors>Six Labors and contributors</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type="file">LICENSE</license>
|
|
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
|
|
<icon>sixlabors.imagesharp.128.png</icon>
|
|
<projectUrl>https://github.com/SixLabors/ImageSharp</projectUrl>
|
|
<description>A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET</description>
|
|
<copyright>Copyright © Six Labors</copyright>
|
|
<tags>Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore</tags>
|
|
<repository type="git" url="https://github.com/SixLabors/ImageSharp" commit="f7d1a9ea1d51caff97a4a45f5b7945d93b155ac0" />
|
|
<dependencies>
|
|
<group targetFramework="net6.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |