From 61eb3195c37b840370a10126f57feb797741a306 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 18 Dec 2019 23:58:13 +1100 Subject: [PATCH] Version bump ImageProcessor v2.8.0 ImageProcessor.Plugins.Cair v1.3.0 ImageProcessor.Plugins.WebP v1.3.0 ImageProcessor.Web v4.11.0 ImageProcessor.Web.Config v2.6.0 ImageProcessor.Web.Plugins.AzureBlobCache v1.6.0 ImageProcessor.Web.Plugins.AmazonS3Cache v1.6.0 ImageProcessor.Web.Plugins.PostProcessor v1.5.0 --- build/NuSpecs/ImageProcessor.Plugins.Cair.nuspec | 2 +- build/NuSpecs/ImageProcessor.Plugins.WebP.nuspec | 2 +- build/NuSpecs/ImageProcessor.Web.Config.nuspec | 2 +- .../ImageProcessor.Web.Plugins.AmazonS3Cache.nuspec | 4 ++-- .../ImageProcessor.Web.Plugins.AzureBlobCache.nuspec | 4 ++-- build/NuSpecs/ImageProcessor.Web.PostProcessor.nuspec | 2 +- build/NuSpecs/ImageProcessor.Web.nuspec | 2 +- build/build.ps1 | 10 +++++----- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build/NuSpecs/ImageProcessor.Plugins.Cair.nuspec b/build/NuSpecs/ImageProcessor.Plugins.Cair.nuspec index fd1d97b2d..627dc3ffa 100644 --- a/build/NuSpecs/ImageProcessor.Plugins.Cair.nuspec +++ b/build/NuSpecs/ImageProcessor.Plugins.Cair.nuspec @@ -23,7 +23,7 @@ Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff Cair Seam Carving - + diff --git a/build/NuSpecs/ImageProcessor.Plugins.WebP.nuspec b/build/NuSpecs/ImageProcessor.Plugins.WebP.nuspec index 8f2504417..dc387adb9 100644 --- a/build/NuSpecs/ImageProcessor.Plugins.WebP.nuspec +++ b/build/NuSpecs/ImageProcessor.Plugins.WebP.nuspec @@ -23,7 +23,7 @@ Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff WebP - + diff --git a/build/NuSpecs/ImageProcessor.Web.Config.nuspec b/build/NuSpecs/ImageProcessor.Web.Config.nuspec index 382a8e19f..0ac1ec2ca 100644 --- a/build/NuSpecs/ImageProcessor.Web.Config.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.Config.nuspec @@ -23,7 +23,7 @@ Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff ASP Cache EXIF - + diff --git a/build/NuSpecs/ImageProcessor.Web.Plugins.AmazonS3Cache.nuspec b/build/NuSpecs/ImageProcessor.Web.Plugins.AmazonS3Cache.nuspec index 7c7ed95fb..50ba5ca0d 100644 --- a/build/NuSpecs/ImageProcessor.Web.Plugins.AmazonS3Cache.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.Plugins.AmazonS3Cache.nuspec @@ -23,8 +23,8 @@ Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff Amazon S3 Cache Asp - - + + diff --git a/build/NuSpecs/ImageProcessor.Web.Plugins.AzureBlobCache.nuspec b/build/NuSpecs/ImageProcessor.Web.Plugins.AzureBlobCache.nuspec index a17a5acca..b52a44014 100644 --- a/build/NuSpecs/ImageProcessor.Web.Plugins.AzureBlobCache.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.Plugins.AzureBlobCache.nuspec @@ -23,8 +23,8 @@ Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff Azure Cache Asp - - + + diff --git a/build/NuSpecs/ImageProcessor.Web.PostProcessor.nuspec b/build/NuSpecs/ImageProcessor.Web.PostProcessor.nuspec index fe85f6bd2..e7fe1260f 100644 --- a/build/NuSpecs/ImageProcessor.Web.PostProcessor.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.PostProcessor.nuspec @@ -23,7 +23,7 @@ Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff ASP Cache EXIF - + diff --git a/build/NuSpecs/ImageProcessor.Web.nuspec b/build/NuSpecs/ImageProcessor.Web.nuspec index ab153e5f7..835a7e0c3 100644 --- a/build/NuSpecs/ImageProcessor.Web.nuspec +++ b/build/NuSpecs/ImageProcessor.Web.nuspec @@ -25,7 +25,7 @@ Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff ASP Cache EXIF - + diff --git a/build/build.ps1 b/build/build.ps1 index 7f605782f..b0d49529b 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -17,7 +17,7 @@ $imageprocessor = @{ $imageProcessorPluginsCair = @{ name = "ImageProcessor.Plugins.Cair" - version = "1.2.0" + version = "1.3.0" folder = Join-Path $buildPath "src\ImageProcessor.Plugins.Cair" output = Join-Path $binPath "ImageProcessor.Plugins.Cair\lib\net452" csproj = "ImageProcessor.Plugins.Cair.csproj" @@ -26,7 +26,7 @@ $imageProcessorPluginsCair = @{ $imageProcessorPluginsWebP = @{ name = "ImageProcessor.Plugins.WebP" - version = "1.2.0" + version = "1.3.0" folder = Join-Path $buildPath "src\ImageProcessor.Plugins.WebP" output = Join-Path $binPath "ImageProcessor.Plugins.WebP\lib\net452" csproj = "ImageProcessor.Plugins.WebP.csproj" @@ -43,13 +43,13 @@ $imageprocessorWeb = @{ }; $imageprocessorWebConfig = @{ - version = "2.5.0" + version = "2.6.0" nuspec = Join-Path $nuspecsPath "ImageProcessor.Web.Config.nuspec" }; $imageProcessorWebPluginsAzureBlobCache = @{ name = "ImageProcessor.Web.Plugins.AzureBlobCache" - version = "1.5.0" + version = "1.6.0" folder = Join-Path $buildPath "src\ImageProcessor.Web.Plugins.AzureBlobCache" output = Join-Path $binPath "ImageProcessor.Web.Plugins.AzureBlobCache\lib\net452" csproj = "ImageProcessor.Web.Plugins.AzureBlobCache.csproj" @@ -58,7 +58,7 @@ $imageProcessorWebPluginsAzureBlobCache = @{ $imageProcessorWebPluginsAmazonS3Cache = @{ name = "ImageProcessor.Web.Plugins.AmazonS3Cache" - version = "1.0.0" + version = "1.1.0" folder = Join-Path $buildPath "src\ImageProcessor.Web.Plugins.AmazonS3Cache" output = Join-Path $binPath "ImageProcessor.Web.Plugins.AmazonS3Cache\lib\net452" csproj = "ImageProcessor.Web.Plugins.AmazonS3Cache.csproj"