Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
ImageProcessor.Web v4.8.2
  • Loading branch information
JimBobSquarePants committed Feb 6, 2017
1 parent 7f6779a commit 19be025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project>
<name>ImageProcessor Web</name>
<!--<prerelease>-beta</prerelease>-->
<version>4.8.1.0</version>
<version>4.8.2.0</version>
<folder>..\src\ImageProcessor.Web</folder>
<projfile>ImageProcessor.Web.csproj</projfile>
<outputs>
Expand Down
4 changes: 2 additions & 2 deletions src/ImageProcessor.Web/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.8.1.0")]
[assembly: AssemblyFileVersion("4.8.1.0")]
[assembly: AssemblyVersion("4.8.2.0")]
[assembly: AssemblyFileVersion("4.8.2.0")]

[assembly:InternalsVisibleTo("ImageProcessor.UnitTests")]

0 comments on commit 19be025

Please sign in to comment.