From ef2c12069101da2d3db6b8cd5afd681a70c643cc Mon Sep 17 00:00:00 2001 From: James South Date: Thu, 4 Sep 2014 14:38:40 +0100 Subject: [PATCH] ImageProcessor v2.1.0 WebP v1.0.1 Former-commit-id: 3bff6b668da8a4106e9b749eda099f1ebe53ac13 --- build/Build.bat | 4 ++-- src/ImageProcessor.Web/Properties/AssemblyInfo.cs | 2 +- src/ImageProcessor/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/Build.bat b/build/Build.bat index 0014058f0..f5ec6373b 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -1,9 +1,9 @@ @ECHO OFF -SET version=2.0.0.0 +SET version=2.0.1.0 SET webversion=4.0.0.0 SET webconfigversion=2.0.0.0 -SET webppluginversion=1.0.0.0 +SET webppluginversion=1.0.1.0 ECHO Building ImageProcessor %version%, ImageProcessor.Web %webversion%, ImageProcessor.Web.Config %webconfigversion%, and ImageProcessor.Plugins.WebP %webppluginversion% diff --git a/src/ImageProcessor.Web/Properties/AssemblyInfo.cs b/src/ImageProcessor.Web/Properties/AssemblyInfo.cs index 4f1c51a1e..89ec3b951 100644 --- a/src/ImageProcessor.Web/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor.Web/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// -------------------------------------------------------------------------------------------------------------------- +// -------------------------------------------------------------------------------------------------------------------- // // Copyright (c) James South. // Licensed under the Apache License, Version 2.0. diff --git a/src/ImageProcessor/Properties/AssemblyInfo.cs b/src/ImageProcessor/Properties/AssemblyInfo.cs index 9fc155a5a..bbdf7129e 100644 --- a/src/ImageProcessor/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// -------------------------------------------------------------------------------------------------------------------- +// -------------------------------------------------------------------------------------------------------------------- // // Copyright (c) James South. // Licensed under the Apache License, Version 2.0. @@ -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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.1.0")] +[assembly: AssemblyFileVersion("2.0.1.0")] \ No newline at end of file