Browse Source

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
af/merge-core
James South 12 years ago
parent
commit
dd557afaae
  1. 2
      build/Build.bat
  2. 4
      src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs

2
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%

4
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")]
[assembly: AssemblyVersion("3.2.4.0")]
[assembly: AssemblyFileVersion("3.2.4.0")]
Loading…
Cancel
Save