Skip to content

Commit

Permalink
Merge pull request #114 from randovania/dependabot/nuget/SixLabors.Im…
Browse files Browse the repository at this point in the history
…ageSharp-3.1.0

Bump SixLabors.ImageSharp from 3.0.2 to 3.1.0
  • Loading branch information
github-actions[bot] authored Dec 6, 2023
2 parents 511dd28 + 4829949 commit a5080bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions YAMS-LIB/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
using System.Reflection;
using System.Text;
using System.Text.Json;
using SixLabors.ImageSharp;
using UndertaleModLib;
using UndertaleModLib.Decompiler;
using UndertaleModLib.Models;
using SixLabors.ImageSharp.Formats.Png;
using static YAMS_LIB.ExtensionMethods;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;

namespace YAMS_LIB;

Expand Down
2 changes: 1 addition & 1 deletion YAMS-LIB/YAMS-LIB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.0" />
</ItemGroup>

</Project>

0 comments on commit a5080bc

Please sign in to comment.