diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2024-03-08 17:16:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-08 13:16:32 -0300 |
| commit | 3924bd1a4364455ab8a5747e3cb0b3000dbaa589 (patch) | |
| tree | e941b240dd9d9bbd1ad3427b87bfc82476cfcb7c /Directory.Packages.props | |
| parent | 50458b2472cf106b2fae9945867cf1e740ee6a80 (diff) | |
Update dependencies from SixLabors to the latest version before the license change (#6440)
* nuget: bump SixLabors.ImageSharp from 1.0.4 to 2.1.3 (#3976)
* nuget: bump SixLabors.ImageSharp from 1.0.4 to 2.1.3
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.4 to 2.1.3.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v1.0.4...v2.1.3)
---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update for 2.x changes
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mary <mary@mary.zone>
* Update SixLabors.ImageSharp to 2.1.7
This is the latest version we can update to without the license change.
* Update SixLabors.ImageSharp.Drawing to v1.0.0
This is the latest version we can update to without the license change.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mary <mary@mary.zone>
Diffstat (limited to 'Directory.Packages.props')
| -rw-r--r-- | Directory.Packages.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Directory.Packages.props b/Directory.Packages.props index 412b33a6..00e6a25b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -42,8 +42,8 @@ <PackageVersion Include="Silk.NET.Vulkan" Version="2.16.0" /> <PackageVersion Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.16.0" /> <PackageVersion Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" /> - <PackageVersion Include="SixLabors.ImageSharp" Version="1.0.4" /> - <PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta11" /> + <PackageVersion Include="SixLabors.ImageSharp" Version="2.1.7" /> + <PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="1.0.0" /> <PackageVersion Include="SPB" Version="0.0.4-build32" /> <PackageVersion Include="System.Drawing.Common" Version="8.0.2" /> <PackageVersion Include="System.IO.Hashing" Version="8.0.0" /> |
