From d41801f5e6bd248f883ba0bc7b062c6c657e1180 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: 5483e644922afe413e0192843a242e8fd71b5354 Former-commit-id: 0e1b8cb73061bb9de06dcf0da87341497bca29b5 Former-commit-id: 26dbc91fc17ede1c175eb14c732aab3a2df22a0a --- .../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 fb58f4cde..06a1b4efe 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 f5eb45e28..ffd5463e4 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 b1b3027ac..84b9865cb 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 520d28502..38bbae15e 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")]