Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96055ce

Browse files
ImageProcessor.Web v4.5.1
1 parent b13b8e5 commit 96055ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/NuSpecs/ImageProcessor.Web.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>ImageProcessor.Web</id>
5-
<version>4.5.0.0</version>
5+
<version>4.5.1.0</version>
66
<title>ImageProcessor.Web</title>
77
<authors>James South</authors>
88
<owners>James South</owners>

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<project>
1515
<name>ImageProcessor Web</name>
16-
<version>4.5.0.0</version>
16+
<version>4.5.1.0</version>
1717
<folder>..\src\ImageProcessor.Web</folder>
1818
<projfile>ImageProcessor.Web.csproj</projfile>
1919
<outputs>

src/ImageProcessor.Web/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
//
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
43-
[assembly: AssemblyVersion("4.5.0.0")]
44-
[assembly: AssemblyFileVersion("4.5.0.0")]
43+
[assembly: AssemblyVersion("4.5.1.0")]
44+
[assembly: AssemblyFileVersion("4.5.1.0")]

0 commit comments

Comments
 (0)