Skip to content

Commit 815e5ab

Browse files
Doc | Fix SNI dependencies of 5.1 and 5.2 release notes (dotnet#2537)
1 parent b7c4007 commit 815e5ab

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

Diff for: release-notes/5.1/5.1.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The default value of the `ServerCertificate` connection setting is an empty stri
7979

8080
#### .NET
8181

82-
- Microsoft.Data.SqlClient.SNI 5.1.0
82+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
8383
- Azure.Identity 1.7.0
8484
- Microsoft.Identity.Client 4.47.2
8585
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
@@ -95,7 +95,7 @@ The default value of the `ServerCertificate` connection setting is an empty stri
9595

9696
#### .NET Standard
9797

98-
- Microsoft.Data.SqlClient.SNI 5.1.0
98+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
9999
- Azure.Identity 1.7.0
100100
- Microsoft.Identity.Client 4.47.2
101101
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0

Diff for: release-notes/5.1/5.1.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Thanks to the following public contributors. Their efforts toward this project a
3737

3838
#### .NET
3939

40-
- Microsoft.Data.SqlClient.SNI 5.1.0
40+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
4141
- Azure.Identity 1.7.0
4242
- Microsoft.Identity.Client 4.47.2
4343
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
@@ -53,7 +53,7 @@ Thanks to the following public contributors. Their efforts toward this project a
5353

5454
#### .NET Standard
5555

56-
- Microsoft.Data.SqlClient.SNI 5.1.0
56+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
5757
- Azure.Identity 1.7.0
5858
- Microsoft.Identity.Client 4.47.2
5959
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0

Diff for: release-notes/5.1/5.1.2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Thanks to the following public contributors. Their efforts toward this project a
4545

4646
#### .NET
4747

48-
- Microsoft.Data.SqlClient.SNI 5.1.1
48+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.1
4949
- Azure.Identity 1.7.0
5050
- Microsoft.Identity.Client 4.47.2
5151
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
@@ -61,7 +61,7 @@ Thanks to the following public contributors. Their efforts toward this project a
6161

6262
#### .NET Standard
6363

64-
- Microsoft.Data.SqlClient.SNI 5.1.1
64+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.1
6565
- Azure.Identity 1.7.0
6666
- Microsoft.Identity.Client 4.47.2
6767
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0

Diff for: release-notes/5.1/5.1.3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Thanks to the following public contributors. Their efforts toward this project a
3434

3535
#### .NET
3636

37-
- Microsoft.Data.SqlClient.SNI 5.1.1
37+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.1
3838
- Azure.Identity 1.7.0
3939
- Microsoft.Identity.Client 4.47.2
4040
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
@@ -50,7 +50,7 @@ Thanks to the following public contributors. Their efforts toward this project a
5050

5151
#### .NET Standard
5252

53-
- Microsoft.Data.SqlClient.SNI 5.1.1
53+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.1
5454
- Azure.Identity 1.7.0
5555
- Microsoft.Identity.Client 4.47.2
5656
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0

Diff for: release-notes/5.1/5.1.4.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Thanks to the following public contributors. Their efforts toward this project a
3737

3838
#### .NET
3939

40-
- Microsoft.Data.SqlClient.SNI 5.1.1
40+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.1
4141
- Azure.Identity 1.10.3
4242
- Microsoft.Identity.Client 4.56.2
4343
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
@@ -53,7 +53,7 @@ Thanks to the following public contributors. Their efforts toward this project a
5353

5454
#### .NET Standard
5555

56-
- Microsoft.Data.SqlClient.SNI 5.1.1
56+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.1
5757
- Azure.Identity 1.10.3
5858
- Microsoft.Identity.Client 4.56.2
5959
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0

Diff for: release-notes/5.1/5.1.5.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Thanks to the following public contributors. Their efforts toward this project a
3939

4040
#### .NET
4141

42-
- Microsoft.Data.SqlClient.SNI 5.1.1
42+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.1
4343
- Azure.Identity 1.10.3
4444
- Microsoft.Identity.Client 4.56.2
4545
- Microsoft.IdentityModel.JsonWebTokens 6.35.0
@@ -55,7 +55,7 @@ Thanks to the following public contributors. Their efforts toward this project a
5555

5656
#### .NET Standard
5757

58-
- Microsoft.Data.SqlClient.SNI 5.1.1
58+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.1
5959
- Azure.Identity 1.10.3
6060
- Microsoft.Identity.Client 4.56.2
6161
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0

Diff for: release-notes/5.2/5.2.0-preview1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Thanks to the following public contributors. Their efforts toward this project a
6363

6464
#### .NET
6565

66-
- Microsoft.Data.SqlClient.SNI 5.1.0
66+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
6767
- Azure.Identity 1.8.0
6868
- Microsoft.Identity.Client 4.47.2
6969
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
@@ -82,7 +82,7 @@ Thanks to the following public contributors. Their efforts toward this project a
8282

8383
#### .NET Standard
8484

85-
- Microsoft.Data.SqlClient.SNI 5.1.0
85+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
8686
- Azure.Identity 1.6.0
8787
- Microsoft.Identity.Client 4.47.2
8888
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0

Diff for: release-notes/5.2/5.2.0-preview2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Example usage:
8484

8585
#### .NET
8686

87-
- Microsoft.Data.SqlClient.SNI 5.1.0
87+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
8888
- Azure.Identity 1.8.0
8989
- Microsoft.Identity.Client 4.53.0
9090
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
@@ -103,7 +103,7 @@ Example usage:
103103

104104
#### .NET Standard
105105

106-
- Microsoft.Data.SqlClient.SNI 5.1.0
106+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
107107
- Azure.Identity 1.6.0
108108
- Microsoft.Identity.Client 4.53.0
109109
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0

Diff for: release-notes/5.2/5.2.0-preview3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Example usage:
8181

8282
#### .NET
8383

84-
- Microsoft.Data.SqlClient.SNI 5.1.0
84+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
8585
- Azure.Identity 1.8.0
8686
- Microsoft.Identity.Client 4.53.0
8787
- Microsoft.IdentityModel.JsonWebTokens 6.24.0
@@ -100,7 +100,7 @@ Example usage:
100100

101101
#### .NET Standard
102102

103-
- Microsoft.Data.SqlClient.SNI 5.1.0
103+
- Microsoft.Data.SqlClient.SNI.runtime 5.1.0
104104
- Azure.Identity 1.6.0
105105
- Microsoft.Identity.Client 4.53.0
106106
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0

Diff for: release-notes/5.2/5.2.0.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Example usage:
216216

217217
#### .NET 6
218218

219-
- Microsoft.Data.SqlClient.SNI 5.2.0
219+
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0
220220
- Azure.Identity 1.10.3
221221
- Microsoft.Identity.Client 4.56.0
222222
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0
@@ -228,7 +228,7 @@ Example usage:
228228

229229
#### .NET 8
230230

231-
- Microsoft.Data.SqlClient.SNI 5.2.0
231+
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0
232232
- Azure.Identity 1.10.3
233233
- Microsoft.Identity.Client 4.56.0
234234
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0
@@ -240,7 +240,7 @@ Example usage:
240240

241241
#### .NET Standard 2.0
242242

243-
- Microsoft.Data.SqlClient.SNI 5.2.0
243+
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0
244244
- Azure.Identity 1.10.3
245245
- Microsoft.Identity.Client 4.56.0
246246
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0
@@ -259,7 +259,7 @@ Example usage:
259259

260260
#### .NET Standard 2.1
261261

262-
- Microsoft.Data.SqlClient.SNI 5.2.0
262+
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0
263263
- Azure.Identity 1.10.3
264264
- Microsoft.Identity.Client 4.56.0
265265
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0

0 commit comments

Comments
 (0)