Skip to content

Commit cd2e4fb

Browse files
authored
Updated SNI version to 5.1.2. (#3294)
1 parent 5d51c54 commit cd2e4fb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<PackageReference Include="System.Security.Principal.Windows" Version="$(SystemSecurityPrincipalWindowsVersion)" />
5555
<PackageReference Include="System.Text.Encoding.CodePages" Version="$(SystemTextEncodingCodePagesVersion)" />
5656
<PackageReference Include="System.Text.Encodings.Web" Version="$(SystemTextEncodingsWebVersion)" />
57-
<PackageReference Include="Microsoft.Data.SqlClient.SNI.runtime" Version="$(MicrosoftDataSqlClientSNIRuntimeVersion)" />
57+
<PackageReference Include="Microsoft.Data.SqlClient.SNI.runtime" Version="$(MicrosoftDataSqlClientSniRuntimeVersion)" />
5858
<!-- Enable the project reference for debugging purposes. -->
5959
<!-- <ProjectReference Include="$(SqlServerSourceCode)\Microsoft.SqlServer.Server.csproj" /> -->
6060
<PackageReference Include="Microsoft.SqlServer.Server" Version="$(MicrosoftSqlServerServerVersion)" />

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967
<PackageReference Include="System.Security.Principal.Windows" Version="$(SystemSecurityPrincipalWindowsVersion)" />
968968
<PackageReference Include="System.Text.Encoding.CodePages" Version="$(SystemTextEncodingCodePagesVersion)" />
969969
<PackageReference Include="System.Text.Encodings.Web" Version="$(SystemTextEncodingsWebVersion)" />
970-
<PackageReference Include="Microsoft.Data.SqlClient.SNI.runtime" Version="$(MicrosoftDataSqlClientSNIRuntimeVersion)" />
970+
<PackageReference Include="Microsoft.Data.SqlClient.SNI.runtime" Version="$(MicrosoftDataSqlClientSniRuntimeVersion)" />
971971
<!-- Enable the project reference for debugging purposes. -->
972972
<!-- <ProjectReference Include="$(SqlServerSourceCode)\Microsoft.SqlServer.Server.csproj" /> -->
973973
<PackageReference Include="Microsoft.SqlServer.Server" Version="$(MicrosoftSqlServerServerVersion)" />

tools/props/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<MdsVersionDefault>5.1.0</MdsVersionDefault>
4+
<MdsVersionDefault>5.1.7</MdsVersionDefault>
55
<BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber>
66
<AssemblyFileVersion Condition="'$(AssemblyFileVersion)' == ''">$(MdsVersionDefault).$(BuildNumber)</AssemblyFileVersion>
77
<FileVersion>$(AssemblyFileVersion)</FileVersion>
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424
<!-- NetFx project dependencies -->
2525
<PropertyGroup>
26-
<MicrosoftDataSqlClientSniVersion>5.1.1</MicrosoftDataSqlClientSniVersion>
26+
<MicrosoftDataSqlClientSniVersion>5.1.2</MicrosoftDataSqlClientSniVersion>
2727
</PropertyGroup>
2828
<!-- NetFx and NetCore project dependencies -->
2929
<PropertyGroup>
@@ -38,7 +38,7 @@
3838
<!-- NetCore project dependencies -->
3939
<PropertyGroup>
4040
<MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
41-
<MicrosoftDataSqlClientSNIRuntimeVersion>5.1.1</MicrosoftDataSqlClientSNIRuntimeVersion>
41+
<MicrosoftDataSqlClientSniRuntimeVersion>5.1.2</MicrosoftDataSqlClientSniRuntimeVersion>
4242
<SystemConfigurationConfigurationManagerVersion>6.0.1</SystemConfigurationConfigurationManagerVersion>
4343
<MicrosoftSqlServerServerVersion>1.0.0</MicrosoftSqlServerServerVersion>
4444
<SystemDiagnosticsDiagnosticSourceVersion>6.0.1</SystemDiagnosticsDiagnosticSourceVersion>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
2828
<tags>sqlclient microsoft.data.sqlclient</tags>
2929
<dependencies>
3030
<group targetFramework="net462">
31-
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.1.1" />
31+
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.1.2" />
3232
<dependency id="Azure.Identity" version="1.11.4" />
3333
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
@@ -40,7 +40,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4040
<dependency id="System.Text.Json" version="6.0.11" />
4141
</group>
4242
<group targetFramework="net6.0">
43-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
43+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.2" exclude="Compile" />
4444
<dependency id="Azure.Identity" version="1.11.4" />
4545
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
4646
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
@@ -55,7 +55,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
5555
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Compile" />
5656
</group>
5757
<group targetFramework="netstandard2.0">
58-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
58+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.2" exclude="Compile" />
5959
<dependency id="Azure.Identity" version="1.11.4" />
6060
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
6161
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
@@ -72,7 +72,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
7272
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Compile" />
7373
</group>
7474
<group targetFramework="netstandard2.1">
75-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
75+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.2" exclude="Compile" />
7676
<dependency id="Azure.Identity" version="1.11.4" />
7777
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
7878
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />

0 commit comments

Comments
 (0)