From 3f3284bb27c8161fd70aa189bc7377a8af433d29 Mon Sep 17 00:00:00 2001 From: Apoorv Deshmukh Date: Tue, 23 Jun 2026 20:35:48 +0530 Subject: [PATCH 1/2] [6.1.6] Set SqlClient 6.1.6 version numbers --- eng/pipelines/onebranch/variables/common-variables.yml | 4 ++-- .../tests/StressTests/Directory.Packages.props | 2 +- tools/props/Versions.props | 2 +- ...a.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/pipelines/onebranch/variables/common-variables.yml b/eng/pipelines/onebranch/variables/common-variables.yml index 946740a35a..7e6ba69f05 100644 --- a/eng/pipelines/onebranch/variables/common-variables.yml +++ b/eng/pipelines/onebranch/variables/common-variables.yml @@ -31,7 +31,7 @@ variables: - name: Minor value: '1' - name: Patch - value: '5' + value: '6' - name: NugetPackageVersion value: '$(Major).$(Minor).$(Patch)' @@ -41,7 +41,7 @@ variables: # maintain this variable such that these testing preview builds receive newer version numbers # than previous builds. - name: PreviewNugetPackageVersion - value: 6.1.6-preview1 + value: 6.1.7-preview1 # GOTCHA: We're intentionally omitting the '.' between Minor and Patch because the BuildNumber # already contains a '.' and assembly file versions must only contain a maximum of three '.' diff --git a/src/Microsoft.Data.SqlClient/tests/StressTests/Directory.Packages.props b/src/Microsoft.Data.SqlClient/tests/StressTests/Directory.Packages.props index 48b1de383e..81b7d76e6a 100644 --- a/src/Microsoft.Data.SqlClient/tests/StressTests/Directory.Packages.props +++ b/src/Microsoft.Data.SqlClient/tests/StressTests/Directory.Packages.props @@ -21,7 +21,7 @@ - 6.1.4 + 6.1.5 diff --git a/tools/props/Versions.props b/tools/props/Versions.props index 245f3d06ac..c19c73fe31 100644 --- a/tools/props/Versions.props +++ b/tools/props/Versions.props @@ -2,7 +2,7 @@ - 6.1.5 + 6.1.6 0