Skip to content

Commit 7746d9c

Browse files
committed
Update Magick.NET to fix HEIF to JPEG conversion bug
iOS 18 images cannot be converted strukturag/libheif#1190
1 parent 4bbd494 commit 7746d9c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.DS_Store
2+
13
## Ignore Visual Studio temporary files, build results, and
24
## files generated by popular Visual Studio add-ons.
35
##

SeattleCarsInBikeLanes/SeattleCarsInBikeLanes.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="idunno.Authentication.Basic" Version="2.3.1" />
1919
<PackageReference Include="Imgur.API" Version="5.0.0" />
2020
<PackageReference Include="linqtotwitter" Version="6.15.0" />
21-
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.5.0" />
21+
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.0.0" />
2222
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
2323
<PackageReference Include="Microsoft.Azure.CognitiveServices.Vision.ComputerVision" Version="7.0.1" />
2424
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.37.1" />

0 commit comments

Comments
 (0)