Skip to content

Commit 6647417

Browse files
committed
update WicNet to v1.6.5
1 parent 17cb0a0 commit 6647417

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# D2Phap.DXControl
22

33
- A WinForms hybrid control that supports both Direct2D and GDI+ drawing thanks to [WicNet](https://github.com/smourier/WicNet).
4-
- This control is used in [ImageGlass](https://github.com/d2phap/ImageGlass) software since version 9.0.
4+
- This control has been used in [ImageGlass](https://github.com/d2phap/ImageGlass) software since version 9.0.
55

66
![Nuget](https://img.shields.io/nuget/dt/D2Phap.DXControl?color=%2300a8d6&logo=nuget)
77

Source/DXControl/D2Phap.DXControl.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1111
<Title>WinForms hybrid control that supports Direct2D and GDI+</Title>
1212
<Product>D2Phap.$(AssemblyName)</Product>
13-
<Description>A WinForms hybrid control that supports both Direct2D and GDI+ drawing thanks to WicNet. This control is being used in https://github.com/d2phap/ImageGlass since version 9.0.
13+
<Description>A WinForms hybrid control that supports both Direct2D and GDI+ drawing thanks to WicNet. This control has being used in https://github.com/d2phap/ImageGlass since version 9.0.
1414
</Description>
1515
<Copyright>Copyright (C) 2022 - 2023 Duong Dieu Phap. All rights reserved.</Copyright>
1616
<PackageProjectUrl>https://github.com/d2phap/DXControl</PackageProjectUrl>
@@ -21,7 +21,7 @@
2121
<IncludeSymbols>True</IncludeSymbols>
2222
<PackageReleaseNotes>See release notes here: https://github.com/d2phap/DXControl/releases</PackageReleaseNotes>
2323
<Authors>Duong Dieu Phap</Authors>
24-
<VersionPrefix>2.5.0</VersionPrefix>
24+
<VersionPrefix>2.6.0</VersionPrefix>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2727
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -55,7 +55,7 @@
5555
<PrivateAssets>all</PrivateAssets>
5656
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5757
</PackageReference>
58-
<PackageReference Include="WicNet" Version="1.6.4.1" />
58+
<PackageReference Include="WicNet" Version="1.6.5" />
5959
</ItemGroup>
6060

6161
</Project>

Source/Demo/Demo.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="11.3.0" />
19-
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="5.1.0" />
18+
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.1.3" />
19+
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.0.5" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)