Skip to content

Commit 878d923

Browse files
committed
Readme, release notes
1 parent 19350c4 commit 878d923

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

KGySoft.Drawing.Core/changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ changes are compared to KGySoft.Drawing v6.3.2. Breaking changes can be interpre
2424
! The DrawingProgress struct has been removed. It is replaced by KGySoft.Threading.AsyncProgress<T> from the
2525
KGySoft.CoreLibraries assembly.
2626
! The AsyncConfigBase, AsyncConfig and TaskConfig classes and the IAsyncContext interface have been replaced by the
27-
identically named types ones from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
27+
identically named types from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
2828

2929
! KGySoft.Drawing.Imaging namespace
3030
===================================

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,11 @@ Find the project site at [kgysoft.net](https://kgysoft.net/drawing/)
139139

140140
## Release Notes
141141

142-
Starting with version 7.0.0 each packages have their own change logs:
143142
* [KGySoft.Drawing.Core change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/KGySoft.Drawing.Core/changelog.txt)
144143
* [KGySoft.Drawing change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/GdiPlus/KGySoft.Drawing/changelog.txt)
145144
* [KGySoft.Drawing.Wpf change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/Wpf/KGySoft.Drawing.Wpf/changelog.txt)
145+
* [KGySoft.Drawing.Uwp change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/Uwp/KGySoft.Drawing.Uwp/changelog.txt)
146+
* [KGySoft.Drawing.WinUI change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/WinUI/KGySoft.Drawing.WinUI/changelog.txt)
146147

147148
## Examples
148149

Specific/GdiPlus/KGySoft.Drawing/changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
! The DrawingProgress struct has been removed. It is replaced by KGySoft.Threading.AsyncProgress<T> from the
2727
KGySoft.CoreLibraries assembly.
2828
! The AsyncConfigBase, AsyncConfig and TaskConfig classes and the IAsyncContext interface have been replaced by the
29-
identically named types ones from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
29+
identically named types from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
3030
! BitmapExtensions class:
3131
! CloneCurrentFrame method returns a Bitmap with Format24bppRgb pixel format for CMYK sources.
3232
+ ImageExtensions class:

0 commit comments

Comments
 (0)