Skip to content

Commit ff902fe

Browse files
add 8D release notes (#47883)
* add 8D release notes * Update docs/framework/release-notes/2025/08-26-august-cumulative-update-preview.md Co-authored-by: Genevieve Warren <[email protected]> * Update 08-26-august-cumulative-update-preview.md * Update 08-26-august-cumulative-update-preview.md Update title * Update toc.yml update date of August non-sec release * Update release-notes.md * Remove update preview for Windows 11 version 24H2 TTGL for 24H2 is now 8/28. Removed from the list for today. --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent 6be9362 commit ff902fe

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: August 2025 cumulative update preview
3+
description: Learn about the improvements in the .NET Framework August 2025 cumulative update preview.
4+
ms.date: 08/26/2025
5+
---
6+
# August 2025 cumulative update preview
7+
8+
_Released August 26, 2025_
9+
10+
## Summary of what's new in this release
11+
12+
- [Security improvements](#security-improvements)
13+
- [Quality and reliability improvements](#quality-and-reliability-improvements)
14+
15+
### Security improvements
16+
17+
There are no new security improvements in this release. This update is cumulative and contains all previously released security improvements.
18+
19+
### Quality and reliability improvements
20+
21+
#### ASP.NET
22+
23+
Addressed an issue in ASP.NET where some error events fail to log properly in the Windows Event log. (*Applies to: .NET Framework 4.8, 4.8.1*)
24+
25+
#### WPF
26+
27+
Addressed an update for GB18030 certificate for Chinese language changes. (*Applies to: .NET Framework 4.8, 4.8.1*)
28+
29+
## Known issues in this release
30+
31+
This release contains no known issues.
32+
33+
## Summary tables
34+
35+
The following table outlines the updates in this release.
36+
37+
| Product version | Cumulative update preview |
38+
| --- | --- |
39+
| **Windows 11, version 23H2** | |
40+
| .NET Framework 3.5, 4.8.1 | [5064403](https://support.microsoft.com/kb/5064403) |
41+
| **Windows 10, version 22H2** | **[5064794](https://support.microsoft.com/kb/5064794)** |
42+
| .NET Framework 3.5, 4.8 | [5064399](https://support.microsoft.com/kb/5064399) |
43+
| .NET Framework 3.5, 4.8.1 | [5064400](https://support.microsoft.com/kb/5064400) |
44+
45+
The operating system row lists a KB that's used for update offering purposes. When the operating system KB is offered, the applicability logic determines the specific .NET Framework update(s) installed. Updates for individual .NET Framework versions are installed based on the version of .NET Framework that is already present on the device. Because of this, the operating system KB is not expected to be listed as installed updates on the device. The expected updates installed are the .NET Framework-specific version updates listed in the previous table.

docs/framework/release-notes/release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Framework release information
33
description: Improvements in the .NET Framework servicing cumulative updates.
4-
ms.date: 01/28/2025
4+
ms.date: 08/26/2025
55
---
66
# .NET Framework release notes
77

@@ -11,6 +11,7 @@ The .NET Framework updates include cumulative security and reliability improveme
1111

1212
.NET Framework cumulative update releases are discussed in detail in the following individual release notes:
1313

14+
* August 26, 2025 - [cumulative update preview](./2025/08-26-august-cumulative-update-preview.md) **New Release**
1415
* July 8, 2025 - [cumulative update](./2025/07-08-july-cumulative-update.md)
1516
* April 22, 2025 - [cumulative update preview](./2025/04-22-april-cumulative-update-preview.md)
1617
* April 8, 2025 - [cumulative update](./2025/04-08-april-cumulative-update.md)

docs/framework/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,8 @@ items:
699699
href: release-notes/2025/04-22-april-cumulative-update-preview.md
700700
- name: July 2025 cumulative update
701701
href: release-notes/2025/07-08-july-cumulative-update.md
702+
- name: August 2025 cumulative update
703+
href: release-notes/2025/08-26-august-cumulative-update-preview.md
702704
- name: What's new
703705
href: whats-new/index.md
704706
- name: What's new in accessibility

0 commit comments

Comments
 (0)