From 258970d316e769ef8f949439f14dd4d0009697e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20K=C5=91szeg?= Date: Thu, 17 Nov 2022 17:37:28 +0100 Subject: [PATCH] Upgrading to .NET 6, adjusting change log --- ...t.Drawing.DebuggerVisualizers.GdiPlus.Test.csproj | 5 ++--- ...GySoft.Drawing.DebuggerVisualizers.GdiPlus.csproj | 9 +++------ ...ySoft.Drawing.DebuggerVisualizers.Wpf.Test.csproj | 2 +- .../KGySoft.Drawing.DebuggerVisualizers.Wpf.csproj | 9 +++------ .../KGySoft.Drawing.DebuggerVisualizers.csproj | 9 +++------ .../KGySoft.Drawing.ImagingTools.csproj | 12 +++--------- changelog.txt | 4 ++-- 7 files changed, 17 insertions(+), 33 deletions(-) diff --git a/DebuggerVisualizers/GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.Test/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.Test.csproj b/DebuggerVisualizers/GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.Test/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.Test.csproj index c0f84db..d609bf8 100644 --- a/DebuggerVisualizers/GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.Test/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.Test.csproj +++ b/DebuggerVisualizers/GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.Test/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.Test.csproj @@ -1,7 +1,7 @@  - net35;net40;net45;net5.0-windows + net35;net40;net45;net6.0-windows false KGySoft.Drawing.DebuggerVisualizers.GdiPlus.Test @@ -17,9 +17,8 @@ enable - $(NoWarn);NETSDK1138;WFAC010 + $(NoWarn);WFAC010 diff --git a/DebuggerVisualizers/GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.csproj b/DebuggerVisualizers/GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.csproj index 6d1c44f..81c63a8 100644 --- a/DebuggerVisualizers/GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.csproj +++ b/DebuggerVisualizers/GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus/KGySoft.Drawing.DebuggerVisualizers.GdiPlus.csproj @@ -1,8 +1,8 @@  - net35;net40;net45;net5.0-windows - + net35;net40;net45;net6.0-windows + false KGySoft.Drawing.DebuggerVisualizers.GdiPlus bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml @@ -13,9 +13,6 @@ ..\..\..\LICENSE György Kőszeg enable - - - $(NoWarn);NETSDK1138 @@ -35,7 +32,7 @@ - + ..\..\_ref\Microsoft.VisualStudio.DebuggerVisualizers.dll diff --git a/DebuggerVisualizers/Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf.Test/KGySoft.Drawing.DebuggerVisualizers.Wpf.Test.csproj b/DebuggerVisualizers/Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf.Test/KGySoft.Drawing.DebuggerVisualizers.Wpf.Test.csproj index 8ed9821..15b4a27 100644 --- a/DebuggerVisualizers/Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf.Test/KGySoft.Drawing.DebuggerVisualizers.Wpf.Test.csproj +++ b/DebuggerVisualizers/Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf.Test/KGySoft.Drawing.DebuggerVisualizers.Wpf.Test.csproj @@ -1,7 +1,7 @@  - net35;net40;net45 + net35;net40;net45;net6.0-windows WinExe enable diff --git a/DebuggerVisualizers/Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf.csproj b/DebuggerVisualizers/Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf.csproj index da91b83..288e4aa 100644 --- a/DebuggerVisualizers/Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf.csproj +++ b/DebuggerVisualizers/Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf/KGySoft.Drawing.DebuggerVisualizers.Wpf.csproj @@ -1,7 +1,7 @@  - net35;net40;net45 + net35;net40;net45;net6.0-windows false KGySoft.Drawing.DebuggerVisualizers.Wpf @@ -14,9 +14,6 @@ György Kőszeg true enable - - - $(NoWarn);NETSDK1138 @@ -36,7 +33,7 @@ - + ..\..\_ref\Microsoft.VisualStudio.DebuggerVisualizers.dll @@ -46,7 +43,7 @@ But debugger visualizers have to be compiled as .NET Framework assemblies anyway. --> - + diff --git a/DebuggerVisualizers/_Common/KGySoft.Drawing.DebuggerVisualizers.csproj b/DebuggerVisualizers/_Common/KGySoft.Drawing.DebuggerVisualizers.csproj index bc319ef..733ae99 100644 --- a/DebuggerVisualizers/_Common/KGySoft.Drawing.DebuggerVisualizers.csproj +++ b/DebuggerVisualizers/_Common/KGySoft.Drawing.DebuggerVisualizers.csproj @@ -1,8 +1,8 @@  - net35;net40;net45;net5.0-windows - + net35;net40;net45;net6.0-windows + false KGySoft.Drawing.DebuggerVisualizers bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml @@ -13,9 +13,6 @@ ..\..\LICENSE György Kőszeg enable - - - $(NoWarn);NETSDK1138 @@ -34,7 +31,7 @@ - + ..\_ref\Microsoft.VisualStudio.DebuggerVisualizers.dll diff --git a/KGySoft.Drawing.ImagingTools/KGySoft.Drawing.ImagingTools.csproj b/KGySoft.Drawing.ImagingTools/KGySoft.Drawing.ImagingTools.csproj index 883617b..c996b41 100644 --- a/KGySoft.Drawing.ImagingTools/KGySoft.Drawing.ImagingTools.csproj +++ b/KGySoft.Drawing.ImagingTools/KGySoft.Drawing.ImagingTools.csproj @@ -1,8 +1,8 @@  - net35;net40;net45;net5.0-windows - + net35;net40;net45;net6.0-windows + false KGySoft.Drawing.ImagingTools bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml @@ -19,9 +19,8 @@ enable - $(NoWarn);NETSDK1138;WFAC010 + $(NoWarn);WFAC010 @@ -40,11 +39,6 @@ - - - - - diff --git a/changelog.txt b/changelog.txt index 341f947..4c593d3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -30,7 +30,6 @@ ! KGySoft.Drawing.DebuggerVisualizers.dll ========================================= ! The actual debugger visualizers have been extracted into a new assembly. -- Supporting CMYK images + API changes: + New KGySoft.Drawing.DebuggerVisualizers.Serialization namespace @@ -40,10 +39,11 @@ + New DebugCustomColor method + New DebugCustomPalette method -+ KGySoft.Drawing.DebuggerVisualizers.GdiPlus.dll +* KGySoft.Drawing.DebuggerVisualizers.GdiPlus.dll ================================================= + A new assembly. The original debugger visualizers of KGySoft.Drawing.DebuggerVisualizers have been extracted into this assembly to support GDI+ (System.Drawing) types. +- Supporting CMYK images + KGySoft.Drawing.DebuggerVisualizers.Wpf.dll =============================================