Skip to content

Commit

Permalink
Update ImageProcessor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Aug 6, 2021
1 parent 319e3ed commit 7d0558d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/NuSpecs/UmbracoCms.Web.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency id="CSharpTest.Net.Collections" version="[14.906.1403.1082,14.999999)" />
<dependency id="Examine" version="[1.2.0,1.999999)" />
<dependency id="HtmlAgilityPack" version="[1.8.14,1.999999)" />
<dependency id="ImageProcessor" version="[2.7.0.100,2.999999)" />
<dependency id="ImageProcessor" version="[2.9.1,2.999999)" />
<dependency id="LightInject.Mvc" version="[2.0.0,2.999999)" />
<dependency id="LightInject.WebApi" version="[2.0.0,2.999999)" />
<dependency id="Markdown" version="[2.2.1,2.999999)" />
Expand Down
4 changes: 2 additions & 2 deletions build/NuSpecs/UmbracoCms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
not want this to happen as the alpha of the next major is, really, the next major already.
-->
<dependency id="Microsoft.AspNet.SignalR.Core" version="[2.4.0, 2.999999)" />
<dependency id="ImageProcessor.Web" version="[4.10.0.100,4.999999)" />
<dependency id="ImageProcessor.Web.Config" version="[2.5.0.100,2.999999)" />
<dependency id="ImageProcessor.Web" version="[4.12.1.100,4.999999)" />
<dependency id="ImageProcessor.Web.Config" version="[2.6.0.100,2.999999)" />
<dependency id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="[2.0.1,2.999999)" />

</group>
Expand Down
4 changes: 2 additions & 2 deletions src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
<PackageReference Include="ClientDependency" Version="1.9.9" />
<PackageReference Include="ClientDependency-Mvc5" Version="1.9.3" />
<PackageReference Include="Examine" Version="1.2.0" />
<PackageReference Include="ImageProcessor.Web" Version="4.10.0.100" />
<PackageReference Include="ImageProcessor.Web.Config" Version="2.5.0.100" />
<PackageReference Include="ImageProcessor.Web" Version="4.12.1" />
<PackageReference Include="ImageProcessor.Web.Config" Version="2.6.0" />
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.2" />
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.7" />
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.2.7" />
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Web/Umbraco.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<PackageReference Include="Examine" Version="1.2.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.8.14" />
<PackageReference Include="ImageProcessor">
<Version>2.7.0.100</Version>
<Version>2.9.1</Version>
</PackageReference>
<PackageReference Include="K4os.Compression.LZ4">
<Version>1.1.11</Version>
Expand Down

0 comments on commit 7d0558d

Please sign in to comment.