From c99139ec70b444797fd5d8660c2bb5d591fc6ec0 Mon Sep 17 00:00:00 2001 From: James South Date: Tue, 15 Apr 2014 10:17:37 +0100 Subject: [PATCH] Updating icon url Former-commit-id: 090ed5c88b7c63e9a83bfc0a222acdd00928fb8e --- build/NuSpecs/ImageProcessor.Web.Config.nuspec | 2 +- build/NuSpecs/ImageProcessor.Web.nuspec | 2 +- build/NuSpecs/ImageProcessor.nuspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/NuSpecs/ImageProcessor.Web.Config.nuspec b/build/NuSpecs/ImageProcessor.Web.Config.nuspec index 7f2c06945..f476eff88 100644 --- a/build/NuSpecs/ImageProcessor.Web.Config.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.Config.nuspec @@ -7,7 +7,7 @@ James South James South http://jimbobsquarepants.github.com/ImageProcessor/ - http://raw.github.com/JimBobSquarePants/ImageProcessor/master/src/Nuget/imageprocessor.128.png + http://raw.githubusercontent.com/JimBobSquarePants/ImageProcessor/master/build/content/imageprocessor.128.png false Adds configuration to your ImageProcessor.Web solution to allow you to override the default settings. diff --git a/build/NuSpecs/ImageProcessor.Web.nuspec b/build/NuSpecs/ImageProcessor.Web.nuspec index a5984120e..4ec86c131 100644 --- a/build/NuSpecs/ImageProcessor.Web.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.nuspec @@ -7,7 +7,7 @@ James South James South http://jimbobsquarepants.github.com/ImageProcessor/ - http://raw.github.com/JimBobSquarePants/ImageProcessor/master/src/Nuget/imageprocessor.128.png + http://raw.githubusercontent.com/JimBobSquarePants/ImageProcessor/master/build/content/imageprocessor.128.png false ImageProcessor.Web adds a configurable HttpModule to your website which allows on-the-fly processing of image files. The module also comes with a file and browser based cache that can handle millions of images, increasing your processing output and saving precious server memory. diff --git a/build/NuSpecs/ImageProcessor.nuspec b/build/NuSpecs/ImageProcessor.nuspec index 66f38131d..5066af328 100644 --- a/build/NuSpecs/ImageProcessor.nuspec +++ b/build/NuSpecs/ImageProcessor.nuspec @@ -7,7 +7,7 @@ James South James South http://jimbobsquarepants.github.com/ImageProcessor/ - http://raw.github.com/JimBobSquarePants/ImageProcessor/master/src/Nuget/imageprocessor.128.png + http://raw.githubusercontent.com/JimBobSquarePants/ImageProcessor/master/build/content/imageprocessor.128.png false Image Processor is an easy to use and extend processing library written in C#. Its fluent API makes common imaging tasks very simple to perform.