Skip to content

Commit 53b768e

Browse files
committed
bump v2.3.0
1 parent da1981f commit 53b768e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Phap Dieu Duong
3+
Copyright (c) 2022 - 2023 Phap Dieu Duong
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Source/CodeSigning/sign_a_file.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ echo:
1414
echo:
1515

1616

17-
:: C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe
18-
set TOOL="C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe"
17+
:: "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\signtool.exe"
18+
set TOOL="C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\signtool.exe"
1919

2020
call %TOOL% sign /fd sha256 /tr http://ts.ssl.com /td sha256 /n "Duong Dieu Phap" /a %FILE%
2121
call %TOOL% verify /pa %FILE%

Source/DXControl/D2Phap.DXControl.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0-windows</TargetFramework>
4+
<TargetFrameworks>net6.0-windows;net7.0-windows</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImplicitUsings>enable</ImplicitUsings>
@@ -12,7 +12,7 @@
1212
<Product>D2Phap.$(AssemblyName)</Product>
1313
<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.
1414
</Description>
15-
<Copyright>Copyright (C) 2022 Duong Dieu Phap. All rights reserved.</Copyright>
15+
<Copyright>Copyright (C) 2022 - 2023 Duong Dieu Phap. All rights reserved.</Copyright>
1616
<PackageProjectUrl>https://github.com/d2phap/DXControl</PackageProjectUrl>
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
1818
<RepositoryUrl>https://github.com/d2phap/DXControl</RepositoryUrl>
@@ -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.2.0</VersionPrefix>
24+
<VersionPrefix>2.3.0</VersionPrefix>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2727
<EmbedUntrackedSources>true</EmbedUntrackedSources>

Source/DXControl/DXHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
MIT License
3-
Copyright (C) 2022 DUONG DIEU PHAP
3+
Copyright (C) 2022 - 2023 DUONG DIEU PHAP
44
Project & license info: https://github.com/d2phap/DXControl
55
*/
66
using DirectN;

Source/DXControl/Events/FrameEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
MIT License
3-
Copyright (C) 2022 DUONG DIEU PHAP
3+
Copyright (C) 2022 - 2023 DUONG DIEU PHAP
44
Project & license info: https://github.com/d2phap/DXControl
55
*/
66
namespace D2Phap;

Source/DXControl/Events/RenderEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
MIT License
3-
Copyright (C) 2022 DUONG DIEU PHAP
3+
Copyright (C) 2022 - 2023 DUONG DIEU PHAP
44
Project & license info: https://github.com/d2phap/DXControl
55
*/
66
namespace D2Phap;

Source/Demo/Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFrameworks>net6.0-windows;net7.0-windows</TargetFrameworks>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)