mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.8 KiB
29 lines
1.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>ImageProcessor.Web.Config</id>
|
|
<version>1.0.0.0</version>
|
|
<title>ImageProcessor.Web.Config</title>
|
|
<authors>James South</authors>
|
|
<owners>James South</owners>
|
|
<projectUrl>http://jimbobsquarepants.github.com/ImageProcessor/</projectUrl>
|
|
<iconUrl>http://raw.github.com/JimBobSquarePants/ImageProcessor/master/src/Nuget/imageprocessor.128.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Adds configuration to your ImageProcessor.Web solution to allow you to override the default settings.
|
|
|
|
If you use ImageProcessor please get in touch via my twitter @james_m_south
|
|
|
|
Feedback is always welcome</description>
|
|
<summary>ImageProcessor.Web configuration settings for ASP.NET websites.</summary>
|
|
<releaseNotes />
|
|
<copyright>James South</copyright>
|
|
<language>en-GB</language>
|
|
<tags>Image Imaging ASP Performance Processing HttpModule Cache Resize Rotate RoundedCorners Flip Crop Filter Effects Quality Watermark Alpha Vignette Saturation Brightness Contrast Gif Jpg Jpeg Bitmap Png Fluent GDI Gaussian Blur Sharpen</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="content\config\imageprocessor\cache.config" target="content\config\imageprocessor\cache.config" />
|
|
<file src="content\config\imageprocessor\processing.config" target="content\config\imageprocessor\processing.config" />
|
|
<file src="content\config\imageprocessor\security.config" target="content\config\imageprocessor\security.config" />
|
|
<file src="content\web.config.transform" target="content\web.config.transform" />
|
|
</files>
|
|
</package>
|