Browse Source

Web v3.2.1

Former-commit-id: 75a5c3a5cef510e8e8d08faa599b326892832c9a
pull/17/head
James South 12 years ago
parent
commit
620463aa88
  1. 4
      src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs
  2. 1
      src/Nuget/ImageProcessor.1.8.5.0.nupkg.REMOVED.git-id
  3. BIN
      src/Nuget/ImageProcessor.Web.3.2.1.0.nupkg
  4. 7
      src/TestWebsites/NET4/Web.config
  5. 8
      src/TestWebsites/NET45/Test_Website_NET45/Web.config

4
src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs

@ -35,5 +35,5 @@ using ImageProcessor.Web.HttpModules;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyVersion("3.2.1.0")]
[assembly: AssemblyFileVersion("3.2.1.0")]

1
src/Nuget/ImageProcessor.1.8.5.0.nupkg.REMOVED.git-id

@ -1 +0,0 @@
e17abcc95a7db20a8a60f9ca481fbda7b09dd6cc

BIN
src/Nuget/ImageProcessor.Web.3.2.1.0.nupkg

Binary file not shown.

7
src/TestWebsites/NET4/Web.config

@ -45,17 +45,12 @@
<add namespace="System.Web.WebPages" />
</namespaces>
</pages>
<httpModules>
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web" />
</httpModules>
<!--Set the trust level.-->
<!--<trust level="Medium"/>-->
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="true">
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web" />
</modules>
<modules runAllManagedModulesForAllRequests="true"/>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

8
src/TestWebsites/NET45/Test_Website_NET45/Web.config

@ -6,17 +6,17 @@
<configuration>
<configSections>
<!--<sectionGroup name="imageProcessor">
<sectionGroup name="imageProcessor">
<section name="security" requirePermission="false" type="ImageProcessor.Web.Config.ImageSecuritySection, ImageProcessor.Web"/>
<section name="processing" requirePermission="false" type="ImageProcessor.Web.Config.ImageProcessingSection, ImageProcessor.Web"/>
<section name="cache" requirePermission="false" type="ImageProcessor.Web.Config.ImageCacheSection, ImageProcessor.Web"/>
</sectionGroup>-->
</sectionGroup>
</configSections>
<!--<imageProcessor >
<imageProcessor >
<security configSource="config\imageprocessor\security.config"/>
<cache configSource="config\imageprocessor\cache.config"/>
<processing configSource="config\imageprocessor\processing.config"/>
</imageProcessor>-->
</imageProcessor>
<appSettings>
<add key="webpages:Version" value="2.0.0.0" />
<add key="webpages:Enabled" value="false" />

Loading…
Cancel
Save