Skip to content

Commit 237a6b2

Browse files
authored
Fix support versions (#5388)
* Update supportPolicy.md * Update README.md
1 parent 4fd7f3d commit 237a6b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following table lists MSAL.NET versions currently supported and receiving se
1919

2020
| Major Version | Last Release | Patch Release Date | Support Phase|End of Support |
2121
| --------------|--------------|--------|------------|--------|
22-
| 4.x | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.71.2 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions &lt; `4.71.2`.|
22+
| 4.x | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.72.1 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions &lt; `4.72.1`.|
2323

2424
### Performance perspectives
2525

supportPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# MSAL.NET Support Policy
22

3-
_Last updated May 14, 2025_
3+
_Last updated July 15, 2025_
44

55
## Supported versions
66
The following table lists MSAL.NET versions currently supported and receiving security fixes.
77

88
| Major Version | Last Release | Patch Release Date | Support Phase|End of Support |
99
| --------------|--------------|--------|------------|--------|
10-
| 4.x | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.61.2`.|
10+
| 4.x | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.72.1 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.72.1`.|
1111

1212
## Out of support versions
1313
The following table lists MSAL.NET versions no longer supported and no longer receiving security fixes.
1414

1515
| Major Version | Latest Patch Version| Patch Release Date | End of Support Date|
1616
| --------------|--------------|--------|--------|
17-
| 4.x | 4.61.1 | August 23, 2024 | May 15, 2025 |
17+
| 4.x | 4.72.0 | May 12, 2025 | July 11, 2025 |
1818
| 3.x | 3.0.9 | July 31, 2019 | May 15, 2025 |
1919
| 2.x | 2.7.1 | February 21, 2019 | May 15, 2025 |
2020
| 1.x | 1.1.4-preview0002 | June 1, 2018 | May 15, 2025 |

0 commit comments

Comments
 (0)