Skip to content

Commit fd735e9

Browse files
authored
3.52.1: Adds new SDK versions and contract files (#5278)
## Description This bumps the SDK GA version from 3.52.1 to 3.52.0 and preview version from 3.53.0-preview.0 to 3.53.0-preview.1 It is a patch upgrade to the previous release. **There are no contract changes** ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - [] New feature (non-breaking change which adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [] This change requires a documentation update ## Closing issues To automatically close an issue: closes #IssueNumber
1 parent 7acc58a commit fd735e9

File tree

4 files changed

+3655
-2
lines changed

4 files changed

+3655
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<ClientOfficialVersion>3.52.0</ClientOfficialVersion>
3+
<ClientOfficialVersion>3.52.1</ClientOfficialVersion>
44
<ClientPreviewVersion>3.53.0</ClientPreviewVersion>
5-
<ClientPreviewSuffixVersion>preview.0</ClientPreviewSuffixVersion>
5+
<ClientPreviewSuffixVersion>preview.1</ClientPreviewSuffixVersion>
66
<DirectVersion>3.39.1</DirectVersion>
77
<FaultInjectionVersion>1.0.0</FaultInjectionVersion>
88
<FaultInjectionSuffixVersion>beta.0</FaultInjectionSuffixVersion>

0 commit comments

Comments
 (0)