Skip to content

Commit

Permalink
Bump SixLabors.ImageSharp in /src/StreamDeckSharp/StreamDeckSharp
Browse files Browse the repository at this point in the history
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 36ce8fa commit c2987d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OpenMacroBoard.SDK/OpenMacroBoard.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0-windows'">
Expand Down
2 changes: 1 addition & 1 deletion src/StreamDeckSharp/StreamDeckSharp/StreamDeckSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="HidSharp" Version="2.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.10.0" Version="17.9.37000" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down

0 comments on commit c2987d2

Please sign in to comment.