Skip to content

Commit 69bd788

Browse files
committed
updated .net deps
1 parent c346b4f commit 69bd788

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Source/Components/ImageGlass.Base/ImageGlass.Base.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@
8787
<PackageReference Include="D2Phap.EggShell-ARM64" Version="1.0.517" Condition="'$(Platform)' == 'ARM64'" />
8888
<PackageReference Include="D2Phap.EggShell-x64" Version="1.0.517" Condition="'$(Platform)' == 'X64'" />
8989

90-
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-arm64" Version="14.8.1" Condition="'$(Platform)' == 'ARM64'" />
91-
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-x64" Version="14.8.1" Condition="'$(Platform)' == 'X64'" />
92-
<PackageReference Include="Magick.NET.SystemDrawing" Version="8.0.9" />
93-
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="8.0.9" />
90+
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-arm64" Version="14.8.2" Condition="'$(Platform)' == 'ARM64'" />
91+
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-x64" Version="14.8.2" Condition="'$(Platform)' == 'X64'" />
92+
<PackageReference Include="Magick.NET.SystemDrawing" Version="8.0.10" />
93+
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="8.0.10" />
9494

9595
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2151.40" />
9696
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183">

Source/Components/ImageGlass.Views/ImageGlass.Viewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Platforms>x64;ARM64</Platforms>
9-
<Version>9.3.2.520</Version>
9+
<Version>9.3.2.904</Version>
1010
<FileVersion>$(Version)</FileVersion>
1111
<Copyright>Copyright © 2010 - 2025 Duong Dieu Phap</Copyright>
1212
<Configurations>Debug;Release;Publish_Release</Configurations>

Source/ImageGlass/ImageGlass.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>A lightweight, versatile image viewer</Description>
1515
<Copyright>Copyright © 2010 - 2025 Duong Dieu Phap</Copyright>
1616
<Company>Duong Dieu Phap</Company>
17-
<Version>9.3.2.831</Version>
17+
<Version>9.3.2.904</Version>
1818
<FileVersion>$(Version)</FileVersion>
1919

2020
<EntryPointExe>$(AssemblyName).exe</EntryPointExe>

0 commit comments

Comments
 (0)