Browse Source

v1.9.5

Former-commit-id: 422cddce7a0fd914f0347b1ee8ae32bc6636f0f6
pull/17/head
James South 12 years ago
parent
commit
0585e992c7
  1. 1
      src/ImageProcessor/ImageProcessor.csproj
  2. 4
      src/ImageProcessor/Properties/AssemblyInfo.cs

1
src/ImageProcessor/ImageProcessor.csproj

@ -52,7 +52,6 @@
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />

4
src/ImageProcessor/Properties/AssemblyInfo.cs

@ -32,6 +32,6 @@ using System.Security;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.9.4.0")]
[assembly: AssemblyFileVersion("1.9.4.0")]
[assembly: AssemblyVersion("1.9.5.0")]
[assembly: AssemblyFileVersion("1.9.5.0")]

Loading…
Cancel
Save