From 02f3ad7d7398ad72bda7df4d0a68c0401f894b7c Mon Sep 17 00:00:00 2001 From: James South Date: Tue, 21 Apr 2015 23:52:45 +0100 Subject: [PATCH] v 2.2.3 Former-commit-id: dd5855054f6e608dfa53745d32aeb3b60d784584 Former-commit-id: 3ed4d37961d7e9878f4c4ab019b4c50ff9573b89 Former-commit-id: 16af8076b442ecc8f4cf554cbe76761b59c2e9fd --- .../NuSpecs/ImageProcessor.Web.Plugins.AzureBlobCache.nuspec | 2 +- build/NuSpecs/ImageProcessor.nuspec | 2 +- build/build.xml | 2 +- src/ImageProcessor/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/NuSpecs/ImageProcessor.Web.Plugins.AzureBlobCache.nuspec b/build/NuSpecs/ImageProcessor.Web.Plugins.AzureBlobCache.nuspec index fb58f4cde1..06a1b4efed 100644 --- a/build/NuSpecs/ImageProcessor.Web.Plugins.AzureBlobCache.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.Plugins.AzureBlobCache.nuspec @@ -23,7 +23,7 @@ Feedback is always welcome - + diff --git a/build/NuSpecs/ImageProcessor.nuspec b/build/NuSpecs/ImageProcessor.nuspec index f5eb45e288..ffd5463e44 100644 --- a/build/NuSpecs/ImageProcessor.nuspec +++ b/build/NuSpecs/ImageProcessor.nuspec @@ -2,7 +2,7 @@ ImageProcessor - 2.2.2.0 + 2.2.3.0 ImageProcessor James South James South diff --git a/build/build.xml b/build/build.xml index b1b3027acc..84b9865cb0 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,7 +1,7 @@ ImageProcessor - 2.2.2.0 + 2.2.3.0 ..\src\ImageProcessor ImageProcessor.csproj diff --git a/src/ImageProcessor/Properties/AssemblyInfo.cs b/src/ImageProcessor/Properties/AssemblyInfo.cs index 520d28502a..38bbae15e0 100644 --- a/src/ImageProcessor/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor/Properties/AssemblyInfo.cs @@ -41,8 +41,8 @@ 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.2.2.0")] -[assembly: AssemblyFileVersion("2.2.2.0")] +[assembly: AssemblyVersion("2.2.3.0")] +[assembly: AssemblyFileVersion("2.2.3.0")] [assembly: InternalsVisibleTo("ImageProcessor.UnitTests")] [assembly: InternalsVisibleTo("ImageProcessor.Web")]