From dd557afaae21bc9d33ff2bffb8db5bc210de9ba5 Mon Sep 17 00:00:00 2001 From: James South Date: Tue, 20 May 2014 19:53:09 +0100 Subject: [PATCH] v3.2.4 web Fixed concurrency bug on app load where presets were being added to the dictionary twice. Remote file requests now redirect without suffix Former-commit-id: 3b8a07f3de9a66086072f33866d70b0c75190d30 --- build/Build.bat | 2 +- src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Build.bat b/build/Build.bat index c0ff43e01..397ddf7e3 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -1,6 +1,6 @@ @ECHO OFF SET version=1.9.0.0 -SET webversion=3.2.3.0 +SET webversion=3.2.4.0 SET webconfigversion=1.1.0.0 ECHO Building ImageProcessor %version%, ImageProcess.Web %webversion% and ImageProcess.Web.Config %webconfigversion% diff --git a/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs b/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs index 30109a6c4..fb3be6046 100644 --- a/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using ImageProcessor.Web.HttpModules; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.2.3.0")] -[assembly: AssemblyFileVersion("3.2.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.2.4.0")] +[assembly: AssemblyFileVersion("3.2.4.0")] \ No newline at end of file