From 5ccda7f542c9fa7e818cfcc2adf0912350f68071 Mon Sep 17 00:00:00 2001 From: James South Date: Fri, 2 Aug 2013 16:58:37 +0100 Subject: [PATCH] Fixing issue 10 Former-commit-id: 18c59254e30cdbff7c889e8253b5eaf4ff4e2c8f --- .../NET45/HttpModules/ImageProcessingModule.cs | 2 +- src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs | 4 ++-- src/Nuget/ImageProcessor.Web.2.3.0.1.nupkg.REMOVED.git-id | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 src/Nuget/ImageProcessor.Web.2.3.0.1.nupkg.REMOVED.git-id diff --git a/src/ImageProcessor.Web/NET45/HttpModules/ImageProcessingModule.cs b/src/ImageProcessor.Web/NET45/HttpModules/ImageProcessingModule.cs index 5377c4f94..74e5df1e9 100644 --- a/src/ImageProcessor.Web/NET45/HttpModules/ImageProcessingModule.cs +++ b/src/ImageProcessor.Web/NET45/HttpModules/ImageProcessingModule.cs @@ -181,7 +181,7 @@ namespace ImageProcessor.Web.HttpModules if (!string.IsNullOrWhiteSpace(urlDecode)) { // UrlDecode seems to mess up in some circumstance. - if (urlDecode.IndexOf("://", StringComparison.InvariantCultureIgnoreCase) == -1) + if (urlDecode.IndexOf("://", StringComparison.OrdinalIgnoreCase) == -1) { urlDecode = urlDecode.Replace(":/", "://"); } diff --git a/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs b/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs index 76e54af35..210cf2a6c 100644 --- a/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs @@ -31,5 +31,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("2.3.0.0")] -[assembly: AssemblyFileVersion("2.3.0.0")] +[assembly: AssemblyVersion("2.3.0.1")] +[assembly: AssemblyFileVersion("2.3.0.1")] diff --git a/src/Nuget/ImageProcessor.Web.2.3.0.1.nupkg.REMOVED.git-id b/src/Nuget/ImageProcessor.Web.2.3.0.1.nupkg.REMOVED.git-id new file mode 100644 index 000000000..71aa309d9 --- /dev/null +++ b/src/Nuget/ImageProcessor.Web.2.3.0.1.nupkg.REMOVED.git-id @@ -0,0 +1 @@ +8a839fc32a168bcddd1bd9043d64e9502bab4e99 \ No newline at end of file