mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Updates ImageProcessor.Web to 4.1.4 and add ImageProcessor.Web.PostProcessor 1.0.0 Former-commit-id: 40a13bd8426a8680eb93b9d676a4d635baad066a Former-commit-id: 2e08bf7acea5664ab93d7705d54ac4e896fbebadaf/merge-core
7 changed files with 114 additions and 24 deletions
@ -0,0 +1,32 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> |
||||
|
<metadata> |
||||
|
<id>ImageProcessor.Web.PostProcessor</id> |
||||
|
<version>1.0.0.0</version> |
||||
|
<title>ImageProcessor.Web.PostProcessor</title> |
||||
|
<authors>James South</authors> |
||||
|
<owners>James South</owners> |
||||
|
<projectUrl>http://imageprocessor.org</projectUrl> |
||||
|
<iconUrl>http://imageprocessor.org/assets/ico/apple-touch-icon-144x144.png</iconUrl> |
||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
||||
|
<description>Applies various image compression tools to further optimize cached .png, .gif, and .jpg images. |
||||
|
|
||||
|
If you use ImageProcessor please get in touch via my twitter @james_m_south |
||||
|
|
||||
|
Feedback is always welcome</description> |
||||
|
<summary>ImageProcessor.Web PostProcessor for ASP.NET websites.</summary> |
||||
|
<releaseNotes /> |
||||
|
<copyright>James South</copyright> |
||||
|
<language>en-GB</language> |
||||
|
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff ASP Cache EXIF</tags> |
||||
|
<dependencies> |
||||
|
<group targetFramework=".NETFramework4.5"> |
||||
|
<dependency id="ImageProcessor" version="2.1.0.0" /> |
||||
|
<dependency id="ImageProcessor.Web" version="4.1.4.0" /> |
||||
|
</group> |
||||
|
</dependencies> |
||||
|
</metadata> |
||||
|
<files> |
||||
|
<file src="..\_BuildOutput\ImageProcessor.Web.PostProcessor\lib\net45\ImageProcessor.Web.PostProcessor.dll" target="lib\net45\ImageProcessor.Web.PostProcessor.dll" /> |
||||
|
</files> |
||||
|
</package> |
||||
Loading…
Reference in new issue