diff --git a/Directory.Build.props b/Directory.Build.props index 8ee9da4d..719979b1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,19 +2,22 @@ net472 - net6.0-windows;net7.0-windows;net8.0-windows;net9.0-windows + net6.0-windows;net9.0-windows 7.0 - net6.0-windows$(TFmWinVer);net7.0-windows$(TFmWinVer);net8.0-windows$(TFmWinVer);net9.0-windows$(TFmWinVer) + net6.0-windows$(TFmWinVer);net9.0-windows$(TFmWinVer) 1 10.0 - -pr2 + - More performance improvements. - .NET9 support. - More info: https://github.com/kirsan31/winforms-datavisualization/releases/tag/1.10pr2 + Per-Monitor DPI awareness (`PerMonitorV2` support). + Lots of performance improvements (some of them exclusively for .NET9). + Excessive explicit .NET versions removed from NuGet. + Old small bugs fixes. + Some breaking changes. + More info: https://github.com/kirsan31/winforms-datavisualization/releases/tag/1.10 diff --git a/NuGetReadme.md b/NuGetReadme.md index 45ee3f48..e673522b 100644 --- a/NuGetReadme.md +++ b/NuGetReadme.md @@ -7,7 +7,7 @@ This control is a [.NET](https://dotnet.microsoft.com/) continuation of [.NET Fr - **Full support of new WinForms designer.** - Lots of performance improvements. - New 3D mode for emulating Z axis. -- Per-Monitor DPI awareness (`PerMonitorV2`) support. +- Per-Monitor DPI awareness (`PerMonitorV2` support). - New API elements. - This Nuget package. - Bugs fixes and other improvements. diff --git a/README.md b/README.md index db8e90e4..a07e5ca9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository is a [.NET](https://dotnet.microsoft.com/) continuation of [.NET - **Full support of new WinForms designer.** - Lots of performance improvements. - New [3D mode](Docs/ZDepthRealCalc/ZDepthRealCalc.md) for emulating Z axis. -- Per-Monitor DPI awareness (`PerMonitorV2`) support. +- Per-Monitor DPI awareness (`PerMonitorV2` support). - [New API elements](Docs/NewAPI.md). - [Nuget package](https://www.nuget.org/packages/WinForms.DataVisualization/). - Bugs fixes and other improvements.