File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 Phap Dieu Duong
3+ Copyright (c) 2022 - 2023 Phap Dieu Duong
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1414echo :
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
2020call %TOOL% sign /fd sha256 /tr http://ts.ssl.com /td sha256 /n " Duong Dieu Phap" /a %FILE%
2121call %TOOL% verify /pa %FILE%
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 11/*
22MIT License
3- Copyright (C) 2022 DUONG DIEU PHAP
3+ Copyright (C) 2022 - 2023 DUONG DIEU PHAP
44Project & license info: https://github.com/d2phap/DXControl
55*/
66using DirectN ;
Original file line number Diff line number Diff line change 11/*
22MIT License
3- Copyright (C) 2022 DUONG DIEU PHAP
3+ Copyright (C) 2022 - 2023 DUONG DIEU PHAP
44Project & license info: https://github.com/d2phap/DXControl
55*/
66namespace D2Phap ;
Original file line number Diff line number Diff line change 11/*
22MIT License
3- Copyright (C) 2022 DUONG DIEU PHAP
3+ Copyright (C) 2022 - 2023 DUONG DIEU PHAP
44Project & license info: https://github.com/d2phap/DXControl
55*/
66namespace D2Phap ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments