Skip to content

Commit 227bd03

Browse files
authored
Update supported versions of MDS (#34480)
* Update supported versions of MDS * Update sqlclient-driver-support-lifecycle.md * Update download-microsoft-sqlclient-data-provider.md * Update download-microsoft-sqlclient-data-provider.md * Fix versions
1 parent a44de91 commit 227bd03

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

docs/connect/ado-net/download-microsoft-sqlclient-data-provider.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Download Microsoft SqlClient Data Provider for SQL Server
33
description: Download page for ADO.NET and Microsoft SqlClient Data Provider for SQL Server.
44
author: cheenamalhotra
55
ms.author: cmalhotra
6-
ms.date: 01/24/2025
6+
ms.date: 06/19/2025
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -16,13 +16,12 @@ The Microsoft.Data.SqlClient library is distributed as a NuGet package. Add a Nu
1616

1717
## Downloading the driver
1818

19-
If you need to download the Microsoft.Data.SqlClient package for offline use, it's available on NuGet.org. Refer to the dependencies section from the links below to download the dependencies.
19+
If you need to download the Microsoft.Data.SqlClient package for offline use, it's available on NuGet.org. To download dependencies, see the dependencies section on NuGet.org.
2020

2121
For more information about version compatibility and support, see [SQL version compatibility with Microsoft.Data.SqlClient](sqlclient-driver-support-lifecycle.md#sql-version-compatibility-with-microsoftdatasqlclient).
2222

2323
## Download supported versions of Microsoft SqlClient Data Provider for SQL Server
2424

25-
* [6.0.1](https://www.nuget.org/packages/Microsoft.Data.SqlClient/6.0.1)
26-
* [5.2.2](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.2.2)
27-
* [5.1.6](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.1.6)
28-
* [3.1.7](https://www.nuget.org/packages/Microsoft.Data.SqlClient/3.1.7)
25+
* [6.0.2](https://www.nuget.org/packages/Microsoft.Data.SqlClient/6.0.2)
26+
* [5.2.3](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.2.3)
27+
* [5.1.7](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.1.7)

docs/connect/ado-net/sqlclient-driver-support-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: SqlClient driver support lifecycle
33
description: Product support lifecycle information for the Microsoft.Data.SqlClient .NET library.
44
author: cheenamalhotra
55
ms.author: cmalhotra
6-
ms.date: 06/13/2025
6+
ms.date: 06/19/2025
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -27,7 +27,7 @@ New stable (GA) releases are published every six months on a regular cadence beg
2727

2828
| Version | Official Release Date | Latest Patch Version | Patch Release Date | Support Level | End of Support |
2929
|--|--|--|--|--|--|
30-
| 6.0 | January 9, 2025 | 6.0.1 | January 23, 2025 | Current | - |
30+
| 6.0 | January 9, 2025 | 6.0.2 | April 25, 2025 | Current | - |
3131
| 5.2 | February 28, 2024 | 5.2.3 | April 29, 2025 | Current | August 28, 2025 |
3232
| 5.1 | January 19, 2023 | 5.1.7 | April 25, 2025 | LTS | January 20, 2026 |
3333

0 commit comments

Comments
 (0)