Browse Source

ImageProcessor v2.1.0 WebP v1.0.1

Former-commit-id: 3bff6b668da8a4106e9b749eda099f1ebe53ac13
pull/17/head
James South 12 years ago
parent
commit
ef2c120691
  1. 4
      build/Build.bat
  2. 2
      src/ImageProcessor.Web/Properties/AssemblyInfo.cs
  3. 6
      src/ImageProcessor/Properties/AssemblyInfo.cs

4
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%

2
src/ImageProcessor.Web/Properties/AssemblyInfo.cs

@ -1,4 +1,4 @@
// --------------------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="James South">
// Copyright (c) James South.
// Licensed under the Apache License, Version 2.0.

6
src/ImageProcessor/Properties/AssemblyInfo.cs

@ -1,4 +1,4 @@
// --------------------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="James South">
// 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")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
Loading…
Cancel
Save