Browse Source

Adding necessary generators

Former-commit-id: cdbb537f64c499ba6f7ec696edb37b9b1a13811c
Former-commit-id: d8cec85fd58898f3adec47804b6a6d32fd095eae
pull/17/head
James South 12 years ago
parent
commit
ca1d8548aa
  1. 2
      build/NuSpecs/ImageProcessor.Web.Config.nuspec
  2. 2
      build/NuSpecs/ImageProcessor.Web.nuspec
  3. 2
      build/NuSpecs/ImageProcessor.nuspec
  4. 6
      build/build.xml
  5. BIN
      build/tools/docu/Interop.SparkLanguagePackageLib.dll
  6. 1
      build/tools/docu/Spark.dll.REMOVED.git-id
  7. BIN
      build/tools/docu/SparkLanguage.dll
  8. 1
      build/tools/docu/StructureMap.dll.REMOVED.git-id
  9. 1
      build/tools/docu/docu.exe.REMOVED.git-id
  10. 1
      build/tools/doxygen/doxygen.exe.REMOVED.git-id
  11. 1
      build/tools/doxygen/doxyindexer.exe.REMOVED.git-id
  12. 2
      document.bat
  13. 4
      src/ImageProcessor.Web/Properties/AssemblyInfo.cs
  14. 4
      src/ImageProcessor/Properties/AssemblyInfo.cs

2
build/NuSpecs/ImageProcessor.Web.Config.nuspec

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

2
build/NuSpecs/ImageProcessor.Web.nuspec

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ImageProcessor.Web</id>
<version>4.0.0.0</version>
<version>4.1.0.0</version>
<title>ImageProcessor.Web</title>
<authors>James South</authors>
<owners>James South</owners>

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.0.1.0</version>
<version>2.1.0.0</version>
<title>ImageProcessor</title>
<authors>James South</authors>
<owners>James South</owners>

6
build/build.xml

@ -1,7 +1,7 @@
<projects>
<project>
<name>ImageProcessor</name>
<version>2.0.1.0</version>
<version>2.1.0.0</version>
<folder>..\src\ImageProcessor</folder>
<projfile>ImageProcessor.csproj</projfile>
<output>ImageProcessor\lib\net45</output>
@ -10,7 +10,7 @@
<project>
<name>ImageProcessor Web</name>
<version>4.0.0.0</version>
<version>4.1.0.0</version>
<folder>..\src\ImageProcessor.Web</folder>
<projfile>ImageProcessor.Web.csproj</projfile>
<output>ImageProcessor.Web\lib\net45</output>
@ -19,7 +19,7 @@
<project>
<name>ImageProcessor Web.config sample</name>
<version>2.0.0.0</version>
<version>2.1.0.0</version>
<nuspec>ImageProcessor.Web.Config.nuspec</nuspec>
</project>

BIN
build/tools/docu/Interop.SparkLanguagePackageLib.dll

Binary file not shown.

1
build/tools/docu/Spark.dll.REMOVED.git-id

@ -0,0 +1 @@
d3fa096caf69385df6771dd68981b46e5e9193e1

BIN
build/tools/docu/SparkLanguage.dll

Binary file not shown.

1
build/tools/docu/StructureMap.dll.REMOVED.git-id

@ -0,0 +1 @@
a8e84e553b884b6bd2ea01cf8ba12631b6788b1e

1
build/tools/docu/docu.exe.REMOVED.git-id

@ -0,0 +1 @@
76e95d1e37dd5508a872071da057a2a74d14a833

1
build/tools/doxygen/doxygen.exe.REMOVED.git-id

@ -0,0 +1 @@
e3cd94630633d09a5360ed77a721700f36ce2ec4

1
build/tools/doxygen/doxyindexer.exe.REMOVED.git-id

@ -0,0 +1 @@
cf2127aaa212a8eee4938f3b7fd3a09151eacbce

2
document.bat

@ -2,4 +2,4 @@
.\build\tools\doxygen\doxygen.exe .\Doxyfile
.\build\tools\nocco\nocco.exe .\src\ImageProcessor\*.cs
.\build\tools\nocco\nocco.exe .\src\ImageProcessor\*.cs

4
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")]

4
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")]

Loading…
Cancel
Save