Skip to content

Commit

Permalink
Excessive explicit .NET versions removed from NuGet.
Browse files Browse the repository at this point in the history
1.10 release.
  • Loading branch information
kirsan31 committed Jan 11, 2025
1 parent 3229fd6 commit 673f578
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@
<Project>
<PropertyGroup>
<TargetFrameworkClient>net472</TargetFrameworkClient>
<TargetFrameworkServer>net6.0-windows;net7.0-windows;net8.0-windows;net9.0-windows</TargetFrameworkServer>
<TargetFrameworkServer>net6.0-windows;net9.0-windows</TargetFrameworkServer>
<TFmWinVer>7.0</TFmWinVer>
<NugetTFm>net6.0-windows$(TFmWinVer);net7.0-windows$(TFmWinVer);net8.0-windows$(TFmWinVer);net9.0-windows$(TFmWinVer)</NugetTFm>
<NugetTFm>net6.0-windows$(TFmWinVer);net9.0-windows$(TFmWinVer)</NugetTFm>
</PropertyGroup>

<PropertyGroup>
<MajorVer>1</MajorVer>
<MinorPatchVer>10.0</MinorPatchVer>
<PRVer>-pr2</PRVer>
<PRVer></PRVer>
<NugetReleaseNotes>
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
</NugetReleaseNotes>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion NuGetReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 673f578

Please sign in to comment.