Skip to content

Commit bd75ec0

Browse files
add April non-security update release notes (#45840)
1 parent ff30d36 commit bd75ec0

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: April 2025 cumulative update preview
3+
description: Learn about the improvements in the .NET Framework April 2025 cumulative update preview.
4+
ms.date: 04/22/2025
5+
---
6+
# April 2025 cumulative update preview
7+
8+
_Released April 22, 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+
#### .NET Libraries
22+
23+
Addresses an issue with concurrency in TypeDescriptor.GetConverter()issue in TypeDescriptor GetProperties() and GetConverter(). (*Applies to: .NET Framework 4.8, 4.8.1*)
24+
25+
#### .NET Runtime
26+
27+
Addresses an issue where interactions between .NET Framework DLL loads and OS code integrity enforcement policy trigger error reporting dialog boxes. (*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 24H2** | |
40+
| .NET Framework 3.5, 4.8.1 | [5056579](https://support.microsoft.com/kb/5056579) |
41+
| **Windows 11, version 22H2 and Windows 11, version 23H2** | |
42+
| .NET Framework 3.5, 4.8.1 | [5056580](https://support.microsoft.com/kb/5056580) |
43+
| **Windows 10, version 22H2** | **[5057056](https://support.microsoft.com/kb/5057056)** |
44+
| .NET Framework 3.5, 4.8 | [5056577](https://support.microsoft.com/kb/5056577) |
45+
| .NET Framework 3.5, 4.8.1 | [5056578](https://support.microsoft.com/kb/5056578) |
46+
47+
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

+2-1
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-
* April 8, 2025 - [cumulative update](./2025/04-08-april-cumulative-update.md) **New Release**
14+
* April 22, 2025 - [cumulative update preview](./2025/04-22-april-cumulative-update-preview.md) **New Release**
15+
* April 8, 2025 - [cumulative update](./2025/04-08-april-cumulative-update.md)
1516
* March 25, 2025 - [cumulative update preview](./2025/03-25-march-cumulative-update-preview.md)
1617
* January 28, 2025 - [cumulative update preview](./2025/01-28-january-cumulative-update-preview.md)
1718
* January 14, 2025 - [cumulative update](./2025/01-14-january-cumulative-update.md)

docs/framework/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ items:
695695
href: release-notes/2025/03-25-march-cumulative-update-preview.md
696696
- name: April 2025 cumulative update
697697
href: release-notes/2025/04-08-april-cumulative-update.md
698+
- name: April 2025 cumulative update preview
699+
href: release-notes/2025/04-22-april-cumulative-update-preview.md
698700
- name: What's new
699701
href: whats-new/index.md
700702
- name: What's new in accessibility

0 commit comments

Comments
 (0)