Skip to content

Commit 3975f46

Browse files
authored
vBump to 6.1.7 (#4628)
* vBump to 6.1.7 * Rollback changes for AKV provider since there will be no release of it.
1 parent 2346be4 commit 3975f46

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

eng/pipelines/onebranch/variables/common-variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variables:
3131
- name: Minor
3232
value: '1'
3333
- name: Patch
34-
value: '6'
34+
value: '7'
3535

3636
- name: NugetPackageVersion
3737
value: '$(Major).$(Minor).$(Patch)'
@@ -41,7 +41,7 @@ variables:
4141
# maintain this variable such that these testing preview builds receive newer version numbers
4242
# than previous builds.
4343
- name: PreviewNugetPackageVersion
44-
value: 6.1.7-preview1
44+
value: 6.1.8-preview1
4545

4646
# GOTCHA: We're intentionally omitting the '.' between Minor and Patch because the BuildNumber
4747
# already contains a '.' and assembly file versions must only contain a maximum of three '.'

src/Microsoft.Data.SqlClient/tests/StressTests/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</When>
2222
<Otherwise>
2323
<PropertyGroup>
24-
<MdsVersion>6.1.5</MdsVersion>
24+
<MdsVersion>6.1.6</MdsVersion>
2525
</PropertyGroup>
2626
</Otherwise>
2727
</Choose>

tools/props/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="Current" DefaultTargets="Build"
33
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
5-
<MdsVersionDefault>6.1.6</MdsVersionDefault>
5+
<MdsVersionDefault>6.1.7</MdsVersionDefault>
66
<BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber>
77

88
<!--

0 commit comments

Comments
 (0)