diff --git a/build/NuSpecs/ImageProcessor.Web.Config.nuspec b/build/NuSpecs/ImageProcessor.Web.Config.nuspec index 575a1afa3..49808c8fc 100644 --- a/build/NuSpecs/ImageProcessor.Web.Config.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.Config.nuspec @@ -2,7 +2,7 @@ ImageProcessor.Web.Config - 2.0.0.0 + 2.1.0.0 ImageProcessor.Web.Config James South James South diff --git a/build/NuSpecs/ImageProcessor.Web.nuspec b/build/NuSpecs/ImageProcessor.Web.nuspec index dc110677f..0f51b1c21 100644 --- a/build/NuSpecs/ImageProcessor.Web.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.nuspec @@ -2,7 +2,7 @@ ImageProcessor.Web - 4.0.0.0 + 4.1.0.0 ImageProcessor.Web James South James South diff --git a/build/NuSpecs/ImageProcessor.nuspec b/build/NuSpecs/ImageProcessor.nuspec index 883ced59f..e598faeef 100644 --- a/build/NuSpecs/ImageProcessor.nuspec +++ b/build/NuSpecs/ImageProcessor.nuspec @@ -2,7 +2,7 @@ ImageProcessor - 2.0.1.0 + 2.1.0.0 ImageProcessor James South James South diff --git a/build/build.xml b/build/build.xml index 40409b732..dd5e75a0e 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,7 +1,7 @@ ImageProcessor - 2.0.1.0 + 2.1.0.0 ..\src\ImageProcessor ImageProcessor.csproj ImageProcessor\lib\net45 @@ -10,7 +10,7 @@ ImageProcessor Web - 4.0.0.0 + 4.1.0.0 ..\src\ImageProcessor.Web ImageProcessor.Web.csproj ImageProcessor.Web\lib\net45 @@ -19,7 +19,7 @@ ImageProcessor Web.config sample - 2.0.0.0 + 2.1.0.0 ImageProcessor.Web.Config.nuspec diff --git a/build/tools/docu/Interop.SparkLanguagePackageLib.dll b/build/tools/docu/Interop.SparkLanguagePackageLib.dll new file mode 100644 index 000000000..7e1a91547 Binary files /dev/null and b/build/tools/docu/Interop.SparkLanguagePackageLib.dll differ diff --git a/build/tools/docu/Spark.dll.REMOVED.git-id b/build/tools/docu/Spark.dll.REMOVED.git-id new file mode 100644 index 000000000..b610d03f1 --- /dev/null +++ b/build/tools/docu/Spark.dll.REMOVED.git-id @@ -0,0 +1 @@ +d3fa096caf69385df6771dd68981b46e5e9193e1 \ No newline at end of file diff --git a/build/tools/docu/SparkLanguage.dll b/build/tools/docu/SparkLanguage.dll new file mode 100644 index 000000000..334e9e4ee Binary files /dev/null and b/build/tools/docu/SparkLanguage.dll differ diff --git a/build/tools/docu/StructureMap.dll.REMOVED.git-id b/build/tools/docu/StructureMap.dll.REMOVED.git-id new file mode 100644 index 000000000..5b001dbb6 --- /dev/null +++ b/build/tools/docu/StructureMap.dll.REMOVED.git-id @@ -0,0 +1 @@ +a8e84e553b884b6bd2ea01cf8ba12631b6788b1e \ No newline at end of file diff --git a/build/tools/docu/docu.exe.REMOVED.git-id b/build/tools/docu/docu.exe.REMOVED.git-id new file mode 100644 index 000000000..3dc214e09 --- /dev/null +++ b/build/tools/docu/docu.exe.REMOVED.git-id @@ -0,0 +1 @@ +76e95d1e37dd5508a872071da057a2a74d14a833 \ No newline at end of file diff --git a/build/tools/doxygen/doxygen.exe.REMOVED.git-id b/build/tools/doxygen/doxygen.exe.REMOVED.git-id new file mode 100644 index 000000000..8cb27a61b --- /dev/null +++ b/build/tools/doxygen/doxygen.exe.REMOVED.git-id @@ -0,0 +1 @@ +e3cd94630633d09a5360ed77a721700f36ce2ec4 \ No newline at end of file diff --git a/build/tools/doxygen/doxyindexer.exe.REMOVED.git-id b/build/tools/doxygen/doxyindexer.exe.REMOVED.git-id new file mode 100644 index 000000000..2b08b0b66 --- /dev/null +++ b/build/tools/doxygen/doxyindexer.exe.REMOVED.git-id @@ -0,0 +1 @@ +cf2127aaa212a8eee4938f3b7fd3a09151eacbce \ No newline at end of file diff --git a/document.bat b/document.bat index ff93cfa15..a56a5be5a 100644 --- a/document.bat +++ b/document.bat @@ -2,4 +2,4 @@ .\build\tools\doxygen\doxygen.exe .\Doxyfile -.\build\tools\nocco\nocco.exe .\src\ImageProcessor\*.cs \ No newline at end of file +.\build\tools\nocco\nocco.exe .\src\ImageProcessor\*.cs diff --git a/src/ImageProcessor.Web/Properties/AssemblyInfo.cs b/src/ImageProcessor.Web/Properties/AssemblyInfo.cs index e57e0f913..0d662823c 100644 --- a/src/ImageProcessor.Web/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor.Web/Properties/AssemblyInfo.cs @@ -40,5 +40,5 @@ 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("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] +[assembly: AssemblyVersion("4.1.0.0")] +[assembly: AssemblyFileVersion("4.1.0.0")] diff --git a/src/ImageProcessor/Properties/AssemblyInfo.cs b/src/ImageProcessor/Properties/AssemblyInfo.cs index db15f3940..78f261e82 100644 --- a/src/ImageProcessor/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor/Properties/AssemblyInfo.cs @@ -40,5 +40,5 @@ 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.0.1.0")] -[assembly: AssemblyFileVersion("2.0.1.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")]