From eaee1dca22e874c2ff080424c6bc445e3cfd29c8 Mon Sep 17 00:00:00 2001 From: James South Date: Thu, 16 Apr 2015 23:04:07 +0100 Subject: [PATCH] ImageProcessor v2.2.1 Former-commit-id: 355ed2dad5082ba0fd014e2444728a99848d0664 Former-commit-id: 8d11fecb8cb5df74181758e393c72114c173266c Former-commit-id: d2ac6cbf39662f2d16a7a202b777d7180c1ada62 --- build/NuSpecs/ImageProcessor.nuspec | 2 +- build/build.xml | 2 +- src/ImageProcessor/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/NuSpecs/ImageProcessor.nuspec b/build/NuSpecs/ImageProcessor.nuspec index 0bcbd42f4..f73d4178d 100644 --- a/build/NuSpecs/ImageProcessor.nuspec +++ b/build/NuSpecs/ImageProcessor.nuspec @@ -2,7 +2,7 @@ ImageProcessor - 2.2.0.0 + 2.2.1.0 ImageProcessor James South James South diff --git a/build/build.xml b/build/build.xml index a0023f003..b6f8e05df 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,7 +1,7 @@ ImageProcessor - 2.2.0.0 + 2.2.1.0 ..\src\ImageProcessor ImageProcessor.csproj diff --git a/src/ImageProcessor/Properties/AssemblyInfo.cs b/src/ImageProcessor/Properties/AssemblyInfo.cs index a97397200..f287baae4 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.0.0")] -[assembly: AssemblyFileVersion("2.2.0.0")] +[assembly: AssemblyVersion("2.2.1.0")] +[assembly: AssemblyFileVersion("2.2.1.0")] [assembly: InternalsVisibleTo("ImageProcessor.UnitTests")] [assembly: InternalsVisibleTo("ImageProcessor.Web")]