Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

Description

The dependency lists in the 6.1.4 release notes were incomplete and contained incorrect versions. This PR updates all target framework dependency sections to match tools/specs/Microsoft.Data.SqlClient.nuspec from the release/6.1 branch exactly.

Changes by Target Framework

  • .NET Framework 4.6.2: Added missing dependencies (Microsoft.Data.SqlClient.SNI, Microsoft.Extensions.Caching.Memory, Microsoft.Identity.Client, Microsoft.IdentityModel.JsonWebTokens, Microsoft.IdentityModel.Protocols.OpenIdConnect, System.Data.Common, System.IdentityModel.Tokens.Jwt, System.Security.Cryptography.Pkcs, System.Text.RegularExpressions). Corrected Azure.Core (1.50.0) and Azure.Identity (1.17.1) versions. Removed incorrect dependencies (Microsoft.Bcl.Cryptography, System.Runtime.InteropServices.RuntimeInformation, System.Threading.Channels, System.ValueTuple).

  • .NET Standard 2.0: Added missing dependencies including Microsoft.Data.SqlClient.SNI.runtime, Microsoft.Identity.Client, Microsoft.IdentityModel.JsonWebTokens, Microsoft.IdentityModel.Protocols.OpenIdConnect, Microsoft.SqlServer.Server, System.Diagnostics.DiagnosticSource, System.IdentityModel.Tokens.Jwt. Corrected Azure package versions (Azure.Core 1.50.0, Azure.Identity 1.17.1). Removed incorrect dependencies (Microsoft.Bcl.Cryptography, System.Threading.Channels).

  • .NET 8.0: Added missing dependencies including Microsoft.Data.SqlClient.SNI.runtime, Microsoft.Identity.Client, Microsoft.IdentityModel.JsonWebTokens, Microsoft.IdentityModel.Protocols.OpenIdConnect, Microsoft.SqlServer.Server, System.Diagnostics.DiagnosticSource, System.IdentityModel.Tokens.Jwt. Corrected Azure package versions (Azure.Core 1.50.0, Azure.Identity 1.17.1). Removed incorrect dependency (Microsoft.Bcl.Cryptography).

  • .NET 9.0: Corrected Microsoft.Extensions.Caching.Memory (9.0.11), System.Configuration.ConfigurationManager (9.0.11), System.Diagnostics.DiagnosticSource (9.0.11), and System.Security.Cryptography.Pkcs (9.0.11) versions. Added missing dependencies including Microsoft.Data.SqlClient.SNI.runtime, Microsoft.Identity.Client, Microsoft.IdentityModel.JsonWebTokens (7.7.1), Microsoft.IdentityModel.Protocols.OpenIdConnect (7.7.1), Microsoft.SqlServer.Server, System.IdentityModel.Tokens.Jwt (7.7.1). Corrected Azure package versions (Azure.Core 1.50.0, Azure.Identity 1.17.1). Removed incorrect dependency (Microsoft.Bcl.Cryptography).

All dependency lists now accurately reflect the specifications in the release/6.1 branch nuspec file.

Issues

Addresses feedback on #3895 requesting verification of dependency lists against nuspec file.

Testing

No functional changes - documentation update only. Verified all dependency lists match the corresponding <group targetFramework> sections in tools/specs/Microsoft.Data.SqlClient.nuspec from the release/6.1 branch.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on release notes for 6.1.4 Correct dependency lists in 6.1.4 release notes to match nuspec Jan 15, 2026
Copilot AI requested a review from paulmedynski January 15, 2026 15:39
@paulmedynski
Copy link
Contributor

@copilot Please re-evaluate using the nuspec file on the release/6.1 branch.

Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 15, 2026

@copilot Please re-evaluate using the nuspec file on the release/6.1 branch.

I've re-evaluated using the nuspec file from the release/6.1 branch. All dependency lists now correctly match the release/6.1 branch specifications. Key differences from my previous commit include Azure.Core (1.50.0 vs 1.49.0), Azure.Identity (1.17.1 vs 1.16.0), and Microsoft.IdentityModel packages (7.7.1 vs 8.14.0). Changes committed in 0a79bcb.

Copilot AI changed the title Correct dependency lists in 6.1.4 release notes to match nuspec Correct dependency lists in 6.1.4 release notes to match release/6.1 branch nuspec Jan 15, 2026
Base automatically changed from dev/ad/rel-notes-6.1.4 to main January 15, 2026 20:51
@apoorvdeshmukh
Copy link
Contributor

This was experimental PR to for automating release notes. The release notes for 6.1.4 are already published hence closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants