From 1bb45a1e24c2c4635a8785581942c50c286fcfea Mon Sep 17 00:00:00 2001 From: James South Date: Mon, 24 Nov 2014 20:56:17 +0000 Subject: [PATCH] v4.1.3 Custom services no longer require processing instructions to render image. Fixes #103 Former-commit-id: 74a0df9af4fa6a8c09f3a937bd928ff2d69396e1 Former-commit-id: 9e8ddb3e27fa9af5f2731d0bf0c6285de779eb16 --- build/NuSpecs/ImageProcessor.Web.nuspec | 2 +- build/build.xml | 2 +- src/ImageProcessor.Web/HttpModules/ImageProcessingModule.cs | 2 +- src/ImageProcessor.Web/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/NuSpecs/ImageProcessor.Web.nuspec b/build/NuSpecs/ImageProcessor.Web.nuspec index 37fd059be..653501346 100644 --- a/build/NuSpecs/ImageProcessor.Web.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.nuspec @@ -2,7 +2,7 @@ ImageProcessor.Web - 4.1.2.0 + 4.1.3.0 ImageProcessor.Web James South James South diff --git a/build/build.xml b/build/build.xml index dbd6bebd9..97687cb97 100644 --- a/build/build.xml +++ b/build/build.xml @@ -13,7 +13,7 @@ ImageProcessor Web - 4.1.2.0 + 4.1.3.0 ..\src\ImageProcessor.Web ImageProcessor.Web.csproj diff --git a/src/ImageProcessor.Web/HttpModules/ImageProcessingModule.cs b/src/ImageProcessor.Web/HttpModules/ImageProcessingModule.cs index 8f5f0d998..b30d37d49 100644 --- a/src/ImageProcessor.Web/HttpModules/ImageProcessingModule.cs +++ b/src/ImageProcessor.Web/HttpModules/ImageProcessingModule.cs @@ -578,4 +578,4 @@ namespace ImageProcessor.Web.HttpModules } #endregion } -} +} \ No newline at end of file diff --git a/src/ImageProcessor.Web/Properties/AssemblyInfo.cs b/src/ImageProcessor.Web/Properties/AssemblyInfo.cs index 16abf13af..c344110de 100644 --- a/src/ImageProcessor.Web/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor.Web/Properties/AssemblyInfo.cs @@ -40,5 +40,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.1.2.0")] -[assembly: AssemblyFileVersion("4.1.2.0")] +[assembly: AssemblyVersion("4.1.3.0")] +[assembly: AssemblyFileVersion("4.1.3.0")]