Skip to content

Commit 0338736

Browse files
add march non-sec update to release notes (#45348)
* add march non-sec update to release notes * Rename and update March 2025 release notes. * Add newline at end of release notes file --------- Co-authored-by: Maira Wenzel <[email protected]>
1 parent 2c35749 commit 0338736

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: March 2025 cumulative update preview
3+
description: Learn about the improvements in the .NET Framework March 2025 cumulative update preview.
4+
ms.date: 03/27/2025
5+
---
6+
# March 2025 cumulative update preview
7+
8+
_Released March 25, 2025_
9+
_Updated March 27, 2025_
10+
11+
## Summary of what's new in this release
12+
13+
- [Security improvements](#security-improvements)
14+
- [Quality and reliability improvements](#quality-and-reliability-improvements)
15+
16+
### Security improvements
17+
18+
There are no new security improvements in this release. This update is cumulative and contains all previously released security improvements.
19+
20+
### Quality and reliability improvements
21+
22+
#### CLR
23+
24+
Addresses an issue where System.IO APIs are used to operate on files and directories on UNC shares. (*Applies to: .NET Framework 4.8, 4.8.1*)
25+
26+
## Known issues in this release
27+
28+
This release contains no known issues.
29+
30+
## Summary tables
31+
32+
The following table outlines the updates in this release.
33+
34+
| Product version | Cumulative update preview |
35+
| --- | --- |
36+
| **Windows 11, version 24H2** | |
37+
| .NET Framework 3.5, 4.8.1 | [5054979](https://support.microsoft.com/kb/5054979) |
38+
| **Windows 11, version 22H2 and Windows 11, version 23H2** | |
39+
| .NET Framework 3.5, 4.8.1 | [5054980](https://support.microsoft.com/kb/5054980) |
40+
| **Windows 10, version 22H2** | **[5055063](https://support.microsoft.com/kb/5055063)** |
41+
| .NET Framework 3.5, 4.8 | [5054977](https://support.microsoft.com/kb/5054977) |
42+
| .NET Framework 3.5, 4.8.1 | [5054978](https://support.microsoft.com/kb/5054978) |
43+
44+
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
@@ -11,7 +11,8 @@ 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-
* January 28, 2025 - [cumulative update preview](./2025/01-28-january-cumulative-update-preview.md) **New Release**
14+
* March 25, 2025 - [cumulative update preview](./2025/03-25-march-cumulative-update-preview.md) **New Release**
15+
* January 28, 2025 - [cumulative update preview](./2025/01-28-january-cumulative-update-preview.md)
1516
* January 14, 2025 - [cumulative update](./2025/01-14-january-cumulative-update.md)
1617
* November 21, 2024 - [cumulative update preview](./2024/11-21-november-preview-cumulative-update.md)
1718
* November 12, 2024 - [security and quality rollup](./2024/11-12-november-security-and-quality-rollup.md)

docs/framework/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,8 @@ items:
691691
href: release-notes/2025/01-14-january-cumulative-update.md
692692
- name: January 2025 cumulative update preview
693693
href: release-notes/2025/01-28-january-cumulative-update-preview.md
694+
- name: March 2025 cumulative update preview
695+
href: release-notes/2025/03-25-march-cumulative-update-preview.md
694696
- name: What's new
695697
href: whats-new/index.md
696698
- name: What's new in accessibility

0 commit comments

Comments
 (0)