Skip to content

Commit b4bc475

Browse files
committed
update ImageSharp
1 parent 878a680 commit b4bc475

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

SFI.Formats/All/CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.2.3
2+
-----
3+
4+
- Updated `SFI.Formats.AllPortable` to 1.2.3.
5+
6+
17
1.2.2
28
-----
39

SFI.Formats/All/SFI.Formats.All.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
55
<AssemblyName>IS4.SFI.Formats.All</AssemblyName>
6-
<VersionPrefix>1.2.2</VersionPrefix>
6+
<VersionPrefix>1.2.3</VersionPrefix>
77
<Product>Semantic File Inspector</Product>
88
<Authors>IS4</Authors>
99
<Copyright>Copyright (c) $(Authors) $([System.DateTime]::UtcNow.ToString('yyyy'))</Copyright>

SFI.Formats/AllPortable/CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.2.3
2+
-----
3+
4+
- Updated `SFI.Formats.Images` to 1.1.2.
5+
6+
17
1.2.2
28
-----
39

SFI.Formats/AllPortable/SFI.Formats.AllPortable.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
55
<AssemblyName>IS4.SFI.Formats.AllPortable</AssemblyName>
6-
<VersionPrefix>1.2.2</VersionPrefix>
6+
<VersionPrefix>1.2.3</VersionPrefix>
77
<Product>Semantic File Inspector</Product>
88
<Authors>IS4</Authors>
99
<Copyright>Copyright (c) $(Authors) $([System.DateTime]::UtcNow.ToString('yyyy'))</Copyright>

SFI.Formats/Images/CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
1.1.1
22
-----
33

4+
- Updated ImageSharp to 2.1.7.
5+
6+
7+
1.1.1
8+
-----
9+
410
- Thumbnails are no longer generated automatically on systems with only one CPU core (such as WASM hosts).
511
- Fixed SharpImage pixel data hashing.
612

SFI.Formats/Images/SFI.Formats.Images.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>IS4.SFI.Formats.Images</AssemblyName>
6-
<VersionPrefix>1.1.1</VersionPrefix>
6+
<VersionPrefix>1.1.2</VersionPrefix>
77
<Product>Semantic File Inspector</Product>
88
<Authors>IS4</Authors>
99
<Copyright>Copyright (c) $(Authors) $([System.DateTime]::UtcNow.ToString('yyyy'))</Copyright>
@@ -38,7 +38,7 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="SixLabors.ImageSharp" Version="[2.1.6,3.0.0)" />
41+
<PackageReference Include="SixLabors.ImageSharp" Version="[2.1.7,3.0.0)" />
4242
<PackageReference Include="System.Drawing.Common" Version="5.0.3" />
4343
</ItemGroup>
4444

0 commit comments

Comments
 (0)