Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JimBobSquarePants committed Dec 18, 2019
1 parent f22057f commit 61eb319
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/NuSpecs/ImageProcessor.Plugins.Cair.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff Cair Seam Carving</tags>
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="ImageProcessor" version="2.7.0.0" />
<dependency id="ImageProcessor" version="2.8.0" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion build/NuSpecs/ImageProcessor.Plugins.WebP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff WebP</tags>
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="ImageProcessor" version="2.7.0.0" />
<dependency id="ImageProcessor" version="2.8.0" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion build/NuSpecs/ImageProcessor.Web.Config.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff ASP Cache EXIF</tags>
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="ImageProcessor.Web" version="4.10.0.0" />
<dependency id="ImageProcessor.Web" version="4.11.0" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions build/NuSpecs/ImageProcessor.Web.Plugins.AmazonS3Cache.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff Amazon S3 Cache Asp</tags>
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="ImageProcessor.Web" version="4.10.0.0" />
<dependency id="ImageProcessor.Web.Config" version="2.5.0.0" />
<dependency id="ImageProcessor.Web" version="4.11.0" />
<dependency id="ImageProcessor.Web.Config" version="2.6.0" />
<dependency id="AWSSDK.Core" version="3.3.23.1" />
<dependency id="AWSSDK.S3" version="3.3.18.3" />
</group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff Azure Cache Asp</tags>
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="ImageProcessor.Web" version="4.10.0.0" />
<dependency id="ImageProcessor.Web.Config" version="2.5.0.0" />
<dependency id="ImageProcessor.Web" version="4.11.0" />
<dependency id="ImageProcessor.Web.Config" version="2.6.0" />
<dependency id="Microsoft.Data.Edm" version="5.6.2" />
<dependency id="Microsoft.Data.OData" version="5.8.4" />
<dependency id="Microsoft.Data.Services.Client" version="5.6.2" />
Expand Down
2 changes: 1 addition & 1 deletion build/NuSpecs/ImageProcessor.Web.PostProcessor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff ASP Cache EXIF</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="ImageProcessor.Web" version="4.10.0.0" />
<dependency id="ImageProcessor.Web" version="4.11.0" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion build/NuSpecs/ImageProcessor.Web.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff ASP Cache EXIF</tags>
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="ImageProcessor" version="2.7.0.0" />
<dependency id="ImageProcessor" version="2.8.0" />
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" />
</group>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 61eb319

Please sign in to comment.