Skip to content

Commit

Permalink
Upgrade to ImageSharp v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Dec 11, 2023
1 parent 3626af9 commit 9fffa64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions SrcSet.Core/ImageExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Processing;

namespace SrcSet.Core;

public static class ImageExtensions
Expand Down
2 changes: 2 additions & 0 deletions SrcSet.Core/SizeExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using SixLabors.ImageSharp;

namespace SrcSet.Core;

public static class SizeExtensions
Expand Down
2 changes: 1 addition & 1 deletion SrcSet.Core/SrcSet.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.0" />
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions SrcSet.Core/SrcSetManager.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using SixLabors.ImageSharp;

namespace SrcSet.Core;

public sealed class SrcSetManager
Expand Down

0 comments on commit 9fffa64

Please sign in to comment.