Skip to content

Commit 9e6eb1b

Browse files
authored
Update release notes pages (#2145)
1 parent 39de686 commit 9e6eb1b

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

dotnet-desktop-guide/winforms/whats-new/net100.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: What's new in WinForms for .NET 10 Release Candidate
3-
description: Learn about what's new in Windows Forms for .NET 10 Release Candidate. New versions of Windows Forms are released yearly with .NET.
2+
title: What's new in WinForms for .NET 10
3+
description: Learn about what's new in Windows Forms for .NET 10. New versions of Windows Forms are released yearly with .NET.
44
ms.topic: whats-new
5-
ms.date: 10/08/2025
5+
ms.date: 11/06/2025
66
ms.service: dotnet-desktop
77
ms.update-cycle: 365-days
88
dev_langs:
@@ -11,16 +11,17 @@ dev_langs:
1111
#customer intent: As a developer, I want to know what's changed so that I can remain up-to-date.
1212
---
1313

14-
# What's new in Windows Forms for .NET 10 Release Candidate
14+
# What's new in Windows Forms for .NET 10
1515

16-
This article provides a high-level overview about what's new with Windows Forms (WinForms) in .NET 10 Release Candidate. For detailed information, see the [release announcements](#release-announcements).
16+
This article provides a high-level overview about what's new with Windows Forms (WinForms) in .NET 10. For detailed information, see the [release announcements](#release-announcements). Use the release announcements to get an overview of the entire .NET 10 release. The rest of the sections sections highlight some of most the important changes to Windows Forms.
1717

18-
.NET 10 RC 2 was released in October 2025.
18+
.NET 10 was released in November 2025.
1919

2020
## Release announcements
2121

2222
Each release announcement provides detailed information about Windows Forms changes for .NET 10:
2323

24+
- [.NET 10](https://aka.ms/dotnet/10)
2425
- [.NET 10 RC2](https://aka.ms/dotnet/10/rc2)
2526
- [.NET 10 RC1](https://aka.ms/dotnet/10/rc1)
2627
- [.NET 10 Preview 7](https://aka.ms/dotnet/10/preview7)
@@ -33,7 +34,7 @@ Each release announcement provides detailed information about Windows Forms chan
3334

3435
## Clipboard changes
3536

36-
Windows Forms is shipping new code for the clipboard API. The clipboard is redesigned in a way that its code can be shared with Windows Presentation Foundation (WPF). Both desktop technologies now share the same code and unify how they interact with the clipboard.
37+
Windows Forms is shipping new code for the clipboard API. The clipboard is redesigned in a way that its code can be shared with Windows Presentation Foundation (WPF). Both desktop technologies now share the same code and unify how they interact with the clipboard. For more information, see [Windows Forms clipboard and DataObject changes in .NET 10](../migration/clipboard-dataobject-net10.md).
3738

3839
.NET 9 obsoleted `BinaryFormatter`, which is used in some clipboard operations. These clipboard operations required you to opt in to compatibility package, or work around the operation. To ease the pain of moving away from `BinaryFormatter`, .NET 10 is obsoleting certain clipboard methods to indicate that they shouldn't be used. More methods are being added to help JSON serialization with clipboard data, circumventing the need for `BinaryFormatter`.
3940

dotnet-desktop-guide/wpf/whats-new/net100.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
---
2-
title: What's new in WPF for .NET 10 Release Candidate
3-
description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 10 Release Candidate. New versions of WPF are released yearly with .NET.
2+
title: What's new in WPF for .NET 10
3+
description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 10. New versions of WPF are released yearly with .NET.
44
ms.topic: whats-new
5-
ms.date: 10/08/2025
5+
ms.date: 11/06/2025
66
ms.service: dotnet-desktop
77
ms.update-cycle: 365-days
88
#customer intent: As a developer, I want to know what's changed so that I can remain up-to-date.
99
---
1010

11-
# What's new in WPF for .NET 10 Release Candidate
11+
# What's new in WPF for .NET 10
1212

13-
This article provides a high-level overview about what's new with Windows Presentation Foundation (WPF) in .NET 10 Release Candidate. For detailed information, see the [release announcements](#release-announcements).
13+
This article provides a high-level overview about what's new with Windows Presentation Foundation (WPF) in .NET 10. For detailed information, see the [release announcements](#release-announcements).Use the release announcements to get an overview of the entire .NET 10 release. The rest of the sections sections highlight some of most the important changes to Windows Forms.
1414

15-
.NET 10 RC 2 was released in October 2025.
15+
.NET 10 was released in November 2025.
1616

1717
## Release announcements
1818

1919
Each release announcement provides detailed information about WPF changes for .NET 10:
2020

21+
- [.NET 10](https://aka.ms/dotnet/10)
2122
- [.NET 10 RC2](https://aka.ms/dotnet/10/rc2)
2223
- [.NET 10 RC1](https://aka.ms/dotnet/10/rc1)
2324
- [.NET 10 Preview 7](https://aka.ms/dotnet/10/preview7)
@@ -28,9 +29,6 @@ Each release announcement provides detailed information about WPF changes for .N
2829
- [.NET 10 Preview 2](https://aka.ms/dotnet/10/preview2)
2930
- [.NET 10 Preview 1](https://aka.ms/dotnet/10/preview1)
3031

31-
> [!IMPORTANT]
32-
> WPF didn't contain any notable changes for the .NET 10 RC1 release.
33-
3432
## Performance improvements
3533

3634
Performance was improved by replacing internal data structures with base .NET types, such as <xref:System.Collections.ObjectModel.ReadOnlyCollection`1>. This minimized allocations in UI automation and file dialogs, and speeding up pixel format conversions.

0 commit comments

Comments
 (0)