We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a7ed0 commit 3229fd6Copy full SHA for 3229fd6
Directory.Build.props
@@ -10,13 +10,11 @@
10
<PropertyGroup>
11
<MajorVer>1</MajorVer>
12
<MinorPatchVer>10.0</MinorPatchVer>
13
- <PRVer>-pr</PRVer>
+ <PRVer>-pr2</PRVer>
14
<NugetReleaseNotes>
15
- Per-Monitor DPI awareness (`PerMonitorV2`) support.
16
- Lots of performance improvements.
17
- Old small bugs fixes.
18
- Some breaking changes.
19
- More info: https://github.com/kirsan31/winforms-datavisualization/releases/tag/1.10pr
+ More performance improvements.
+ .NET9 support.
+ More info: https://github.com/kirsan31/winforms-datavisualization/releases/tag/1.10pr2
20
</NugetReleaseNotes>
21
</PropertyGroup>
22
</Project>
0 commit comments