Browse Source

ImageProcessor v2.2.1

Former-commit-id: 297eab0897a68e4b3ff5ef0094da5fa7cddb15e6
Former-commit-id: 9bc32b1d1ff9f808410a5f5703c684f1e5f0027e
Former-commit-id: 1118504cb450e3856217f86f2c2e0fd08a2e4dc4
pull/17/head
James South 11 years ago
parent
commit
a7b0498766
  1. 2
      build/NuSpecs/ImageProcessor.nuspec
  2. 2
      build/build.xml
  3. 4
      src/ImageProcessor/Properties/AssemblyInfo.cs

2
build/NuSpecs/ImageProcessor.nuspec

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ImageProcessor</id>
<version>2.2.0.0</version>
<version>2.2.1.0</version>
<title>ImageProcessor</title>
<authors>James South</authors>
<owners>James South</owners>

2
build/build.xml

@ -1,7 +1,7 @@
<projects>
<project>
<name>ImageProcessor</name>
<version>2.2.0.0</version>
<version>2.2.1.0</version>
<folder>..\src\ImageProcessor</folder>
<projfile>ImageProcessor.csproj</projfile>
<outputs>

4
src/ImageProcessor/Properties/AssemblyInfo.cs

@ -41,8 +41,8 @@ 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.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.2.1.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]
[assembly: InternalsVisibleTo("ImageProcessor.UnitTests")]
[assembly: InternalsVisibleTo("ImageProcessor.Web")]

Loading…
Cancel
Save