Skip to content

Commit

Permalink
update WicNet to v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Jul 8, 2023
1 parent 17cb0a0 commit 6647417
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# D2Phap.DXControl

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

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

Expand Down
6 changes: 3 additions & 3 deletions Source/DXControl/D2Phap.DXControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>WinForms hybrid control that supports Direct2D and GDI+</Title>
<Product>D2Phap.$(AssemblyName)</Product>
<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.
<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.
</Description>
<Copyright>Copyright (C) 2022 - 2023 Duong Dieu Phap. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/d2phap/DXControl</PackageProjectUrl>
Expand All @@ -21,7 +21,7 @@
<IncludeSymbols>True</IncludeSymbols>
<PackageReleaseNotes>See release notes here: https://github.com/d2phap/DXControl/releases</PackageReleaseNotes>
<Authors>Duong Dieu Phap</Authors>
<VersionPrefix>2.5.0</VersionPrefix>
<VersionPrefix>2.6.0</VersionPrefix>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down Expand Up @@ -55,7 +55,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="WicNet" Version="1.6.4.1" />
<PackageReference Include="WicNet" Version="1.6.5" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Source/Demo/Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="11.3.0" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="5.1.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.1.3" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6647417

Please sign in to comment.