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

Commit

Permalink
Fix S3 cache build number
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Apr 18, 2020
1 parent 1ee666c commit 947f3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $imageProcessorWebPluginsAzureBlobCache = @{

$imageProcessorWebPluginsAmazonS3Cache = @{
name = "ImageProcessor.Web.Plugins.AmazonS3Cache"
version = "1.7.0"
version = "1.2.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 947f3f5

Please sign in to comment.