Skip to content

Commit

Permalink
Bump SixLabors.ImageSharp from 2.1.3 to 3.1.3 in /ImageFormats (#6)
Browse files Browse the repository at this point in the history
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.3 to 3.1.3.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v2.1.3...v3.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent f68f603 commit 04ef0e0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions ImageFormats/ImageFormats.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>DmitryBrant.ImageFormats</RootNamespace>
<AssemblyName>ImageFormats</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Title>ImageFormats</Title>
<Authors>Dmitry Brant</Authors>
<Copyright>Copyright © Dmitry Brant, 2021-</Copyright>
<PackageProjectUrl>https://dmitrybrant.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/dbrant/imageformats</RepositoryUrl>
<Description>Library for decoding old and obscure image formats.</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>DmitryBrant.ImageFormats</RootNamespace>
<AssemblyName>ImageFormats</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Title>ImageFormats</Title>
<Authors>Dmitry Brant</Authors>
<Copyright>Copyright © Dmitry Brant, 2021-</Copyright>
<PackageProjectUrl>https://dmitrybrant.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/dbrant/imageformats</RepositoryUrl>
<Description>Library for decoding old and obscure image formats.</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
</ItemGroup>

</Project>

0 comments on commit 04ef0e0

Please sign in to comment.