Browse Source

v2.2.0

Former-commit-id: 12f0f8cd6703a6c62d64bce44b7dba873dc7e43c
af/merge-core
JimBobSquarePants 13 years ago
parent
commit
a7b23f3617
  1. 4
      src/ImageProcessor.Web/Properties/AssemblyInfo.cs
  2. 1
      src/Nuget/ImageProcessor.Web.2.2.0.0.nupkg.REMOVED.git-id
  3. 2
      src/Test/Test/Web.config

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

@ -31,5 +31,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.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]

1
src/Nuget/ImageProcessor.Web.2.2.0.0.nupkg.REMOVED.git-id

@ -0,0 +1 @@
13403db94dce99fd4e73114b3334d4ef0c2b4ae5

2
src/Test/Test/Web.config

@ -18,7 +18,7 @@
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
</appSettings>
<system.web>
<compilation debug="true" targetFramework="4.0">
<compilation debug="false" targetFramework="4.0">
<assemblies>
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

Loading…
Cancel
Save