Skip to content

Commit

Permalink
Update Magick.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed May 31, 2024
1 parent bbb2545 commit 4af639c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/PicView.Avalonia/PicView.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0-beta1" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.8.0" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/PicView.Core/PicView.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.8.0" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/PicView.WPF/PicView.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autoupdater.NET.Official" Version="1.8.6" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.8.0" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.2.4" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.9.0" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.2.5" />
</ItemGroup>
<ItemGroup>
<Compile Update="Views\UserControls\Buttons\LinkButton.xaml.cs">
Expand Down

0 comments on commit 4af639c

Please sign in to comment.