Skip to content

Commit 0a2567c

Browse files
committed
updated year copyright
1 parent 4b6b0e4 commit 0a2567c

9 files changed

+11
-11
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 - 2024 Phap Dieu Duong
3+
Copyright (c) 2022 - 2025 DUONG DIEU PHAP
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/DXControl/D2Phap.DXControl.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Title>WinForms control that supports drawing with Direct2D</Title>
1212
<Product>D2Phap.$(AssemblyName)</Product>
1313
<Description>
14-
A WinForms control that supports drawing with Direct2D thanks to WicNet. This control has being used in https://github.com/d2phap/ImageGlass since version 9.0.
14+
A WinForms control that supports drawing with Direct2D thanks to WicNet. This control has being used in https://github.com/d2phap/ImageGlass since version 9.
1515
</Description>
16-
<Copyright>Copyright (C) 2022 - 2024 Duong Dieu Phap. All rights reserved.</Copyright>
16+
<Copyright>Copyright (C) 2022 - 2025 Duong Dieu Phap. All rights reserved.</Copyright>
1717
<PackageProjectUrl>https://github.com/d2phap/DXControl</PackageProjectUrl>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
<RepositoryUrl>https://github.com/d2phap/DXControl</RepositoryUrl>
@@ -23,7 +23,7 @@
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2424
<PackageReleaseNotes>See release notes here: https://github.com/d2phap/DXControl/releases</PackageReleaseNotes>
2525
<Authors>Duong Dieu Phap</Authors>
26-
<VersionPrefix>4.0.0</VersionPrefix>
26+
<VersionPrefix>4.1.0</VersionPrefix>
2727
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2828
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2929
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>

Source/DXControl/DXCanvas.cs

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

Source/DXControl/DXGraphics.cs

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

Source/DXControl/DXHelper.cs

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

Source/DXControl/Enums.cs

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

Source/DXControl/Events.cs

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

Source/Demo/DemoCanvas.cs

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

Source/Demo/Form1.cs

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

0 commit comments

Comments
 (0)