From a995fbaf9065b3b1c81b47171a79676edbf8db3c Mon Sep 17 00:00:00 2001 From: James South Date: Tue, 3 Mar 2015 08:39:18 +0000 Subject: [PATCH] Fixing missing config resources. Former-commit-id: 5056ac42c8a1ec914e72ed4d3bd240d579753a9c Former-commit-id: f08ad3f6d75c0ee648676b4f4baa70246d409a4a --- build/NuSpecs/ImageProcessor.Web.nuspec | 2 +- build/build.xml | 2 +- src/ImageProcessor.Web/ImageProcessor.Web.csproj | 10 +++++----- src/ImageProcessor.Web/Properties/AssemblyInfo.cs | 4 ++-- src/TestWebsites/MVC/Web.config | 8 ++++---- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/build/NuSpecs/ImageProcessor.Web.nuspec b/build/NuSpecs/ImageProcessor.Web.nuspec index 6c55b8bfd6..0fe93698f2 100644 --- a/build/NuSpecs/ImageProcessor.Web.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.nuspec @@ -2,7 +2,7 @@ ImageProcessor.Web - 4.2.0.0 + 4.2.1.0 ImageProcessor.Web James South James South diff --git a/build/build.xml b/build/build.xml index 9365f6474e..a0023f0032 100644 --- a/build/build.xml +++ b/build/build.xml @@ -13,7 +13,7 @@ ImageProcessor Web - 4.2.0.0 + 4.2.1.0 ..\src\ImageProcessor.Web ImageProcessor.Web.csproj diff --git a/src/ImageProcessor.Web/ImageProcessor.Web.csproj b/src/ImageProcessor.Web/ImageProcessor.Web.csproj index d0c533a3de..4eacffb2fd 100644 --- a/src/ImageProcessor.Web/ImageProcessor.Web.csproj +++ b/src/ImageProcessor.Web/ImageProcessor.Web.csproj @@ -112,13 +112,13 @@ - + Designer - - + + Designer - - + + diff --git a/src/ImageProcessor.Web/Properties/AssemblyInfo.cs b/src/ImageProcessor.Web/Properties/AssemblyInfo.cs index c57468095f..b581a480b7 100644 --- a/src/ImageProcessor.Web/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor.Web/Properties/AssemblyInfo.cs @@ -40,5 +40,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("4.2.0.0")] -[assembly: AssemblyFileVersion("4.2.0.0")] +[assembly: AssemblyVersion("4.2.1.0")] +[assembly: AssemblyFileVersion("4.2.1.0")] diff --git a/src/TestWebsites/MVC/Web.config b/src/TestWebsites/MVC/Web.config index 136c9c7fa3..dcc8cdbd3c 100644 --- a/src/TestWebsites/MVC/Web.config +++ b/src/TestWebsites/MVC/Web.config @@ -6,17 +6,17 @@ - + - +