Skip to content

Commit

Permalink
Fixed spelling and gramar README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathon Rossi <jono@jonorossi.com>
  • Loading branch information
ckadluba and jonorossi committed Oct 17, 2022
1 parent e91d2c4 commit 5a70b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ WHERE

### Release 6.0.0

Micosoft.Data.SqlClient was upgraded to >4.0.0 which introduces a breaking change regarding the connection strings. If your SQL Server does not use encryption you have to explicitly specify this in the connection string by adding `Encrypt=False`. Otherwise the connection will fail with an SqlException. Refer to the [SqlClient documentation](https://github.com/dotnet/SqlClient/blob/main/release-notes/4.0/4.0.0.md#breaking-changes) for details.
`Microsoft.Data.SqlClient` was upgraded to >4.0.0 which introduces a breaking change regarding connection strings. If your SQL Server does not use encryption you have to explicitly specify this in the connection string by adding `Encrypt=False`. Otherwise the connection will fail with a `SqlException`. Refer to the [SqlClient documentation](https://github.com/dotnet/SqlClient/blob/main/release-notes/4.0/4.0.0.md#breaking-changes) for details.

## Deprecated Features

Expand Down

0 comments on commit 5a70b83

Please sign in to comment.