From a5ad8382a390ea599740bd3ab51b19601bbd92e0 Mon Sep 17 00:00:00 2001 From: David Engel Date: Tue, 4 Apr 2023 08:57:26 -0700 Subject: [PATCH] Update NuGet package description (#1973) Make the description clear that it is a replacement for SDS and is the latest library for SQL connectivity. --- tools/specs/Microsoft.Data.SqlClient.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/specs/Microsoft.Data.SqlClient.nuspec b/tools/specs/Microsoft.Data.SqlClient.nuspec index 2bf0dfce39..f64f93ef31 100644 --- a/tools/specs/Microsoft.Data.SqlClient.nuspec +++ b/tools/specs/Microsoft.Data.SqlClient.nuspec @@ -10,7 +10,7 @@ https://aka.ms/sqlclientproject dotnet.png - Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) + The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection