ImageProcessor.Web.Config 2.2.1

dotnet add package ImageProcessor.Web.Config --version 2.2.1
                    
NuGet\Install-Package ImageProcessor.Web.Config -Version 2.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ImageProcessor.Web.Config" Version="2.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ImageProcessor.Web.Config" Version="2.2.1" />
                    
Directory.Packages.props
<PackageReference Include="ImageProcessor.Web.Config" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ImageProcessor.Web.Config --version 2.2.1
                    
#r "nuget: ImageProcessor.Web.Config, 2.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ImageProcessor.Web.Config@2.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ImageProcessor.Web.Config&version=2.2.1
                    
Install as a Cake Addin
#tool nuget:?package=ImageProcessor.Web.Config&version=2.2.1
                    
Install as a Cake Tool

Adds configuration to your ImageProcessor.Web solution to allow you to override the default settings.

If you use ImageProcessor.Web please get in touch via my twitter @james_m_south

Feedback is always welcome

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ImageProcessor.Web.Config:

Repository Stars
Shazwazza/UmbracoIdentity
ASP.NET Identity implementation for Umbraco's native member data
Version Downloads Last Updated
2.2.1 431 4/22/2015
2.2.0 914 2/27/2015
2.1.1 320 1/21/2015
2.1.0 979 11/11/2014
2.0.0 550 8/26/2014
1.1.3 640 7/1/2014
1.1.2 263 6/18/2014
1.1.1 327 6/1/2014
1.1.0 141 5/6/2014
1.0.0 103 3/19/2014

- Bumped version number to ensure minimum requirements are enforced by Nuget.