Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
ImageProcessor.Web v4.8.5
ImageProcessor.Web.PostProcessor v1.2.3
  • Loading branch information
JimBobSquarePants committed Jul 24, 2017
1 parent b453b38 commit 7ddc33f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/NuSpecs/ImageProcessor.Web.PostProcessor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Feedback is always welcome</description>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="ImageProcessor" version="2.5.4.0" />
<dependency id="ImageProcessor.Web" version="4.8.4.0" />
<dependency id="ImageProcessor.Web" version="4.8.5.0" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0</version>
<version>4.8.5.0</version>
<folder>..\src\ImageProcessor.Web</folder>
<projfile>ImageProcessor.Web.csproj</projfile>
<outputs>
Expand Down Expand Up @@ -65,7 +65,7 @@

<project>
<name>ImageProcessor Web PostProcessor Plugin</name>
<version>1.2.2.0</version>
<version>1.2.3.0</version>
<folder>..\src\ImageProcessor.Web.Plugins.PostProcessor</folder>
<projfile>ImageProcessor.Web.Plugins.PostProcessor.csproj</projfile>
<outputs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]
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.4.0")]
[assembly: AssemblyFileVersion("4.8.4.0")]
[assembly: AssemblyVersion("4.8.5.0")]
[assembly: AssemblyFileVersion("4.8.5.0")]

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

0 comments on commit 7ddc33f

Please sign in to comment.