Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

# Release Notes

## [Stable release 6.0.0] - 2024-12-09

_No changes since the last preview release_

## [Preview Release 6.0.0-preview3.24332.3] - 2024-11-27

This update brings the below changes over the previous release:
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Microsoft.Data.SqlClient is a .NET data provider for [Microsoft SQL Server]([url
The Microsoft.Data.SqlClient package supports the following environments:

- .NET Framework 4.6.2+
- .NET 8.0
- .NET 8.0+

## Download

Expand Down Expand Up @@ -40,15 +40,17 @@ When targeting .NET on Windows, a package reference to [Microsoft.Data.SqlClient
Special thanks to everyone who has contributed to the project.
We thank you for your continuous support in improving the SqlClient library!

- Wraith ([@Wraith2](https://github.com/Wraith2))
- Edward Neal ([@edwardneal](https://github.com/edwardneal))
- Erik Ejlskov Jensen ([@ErikEJ](https://github.com/ErikEJ))
- Simon Cropp ([@SimonCropp](https://github.com/SimonCropp))
- Stefán Jökull Sigurðarson ([@stebet](https://github.com/stebet))
- Michel Zehnder ([@MichelZ](https://github.com/MichelZ))
- Shay Rojansky ([@roji](https://github.com/roji))
- Stephen Toub ([@stephentoub](https://github.com/stephentoub))
- Rasmus Melchior Jacobsen ([@rmja](https://github.com/rmja))
- Phillip Haydon ([@phillip-haydon](https://github.com/phillip-haydon))
- Rasmus Melchior Jacobsen ([@rmja](https://github.com/rmja))
- Robin Sue ([@Suchiman](https://github.com/Suchiman))
- Simon Cropp ([@SimonCropp](https://github.com/SimonCropp))
- Stefán Jökull Sigurðarson ([@stebet](https://github.com/stebet))
- Stephen Toub ([@stephentoub](https://github.com/stephentoub))
- Wraith ([@Wraith2](https://github.com/Wraith2))

Up-to-date list of contributors: [Contributor Insights](https://github.com/dotnet/SqlClient/graphs/contributors)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/3.1/3.1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This update brings the below changes over the previous release:

## Target Platform Support

- .NET Framework 4.6.1+ (Windows x86, Windows x64)
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/3.1/3.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This update brings the below changes over the previous release:

## Target Platform Support

- .NET Framework 4.6.1+ (Windows x86, Windows x64)
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/3.1/3.1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This update brings the below changes over the previous release:

## Target Platform Support

- .NET Framework 4.6.1+ (Windows x86, Windows x64)
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/3.1/3.1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This update brings the below changes over the previous release:

## Target Platform Support

- .NET Framework 4.6.1+ (Windows x86, Windows x64)
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/3.1/3.1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This update brings the below changes over the previous release:

## Target Platform Support

- .NET Framework 4.6.1+ (Windows x86, Windows x64)
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.1/5.1.0-preview2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The default value of the `ServerCertificate` connection setting is an empty stri

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.1/5.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The default value of the `ServerCertificate` connection setting is an empty stri

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.1/5.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.1/5.1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.1/5.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.1/5.1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.1/5.1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.1/5.1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/5.2.0-preview1.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/5.2.0-preview2.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Example usage:

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/5.2.0-preview3.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Example usage:

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/5.2.0-preview4.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Program

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/5.2.0-preview5.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Example usage:

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/5.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This update brings the below changes over the previous release:

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/5.2/5.2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This update brings the below changes over the previous release:

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Expand Down
2 changes: 1 addition & 1 deletion release-notes/6.0/6.0.0-preview1.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion release-notes/6.0/6.0.0-preview2.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Thanks to the following public contributors. Their efforts toward this project a

## Target Platform Support

- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion release-notes/6.0/6.0.0-preview3.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Thanks to the following public contributors. Their efforts toward this project a
- Removed System.Text.Json dependency from .NET 8 [#2930](https://github.com/dotnet/SqlClient/pull/2930)

## Target Platform Support
- .NET Framework 4.6.2+ (Windows x86, Windows x64)
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
- .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

### Dependencies
Expand Down
Loading