Skip to content

Commit 626af83

Browse files
3.57.0: Adds Version Update and contracts (#5557)
# Pull Request Template ## Description Public contract changes: <img width="1204" height="531" alt="image" src="https://github.com/user-attachments/assets/f0e052d6-f3ec-4620-82f9-de3b6a612316" /> Preview contact changes: <img width="1219" height="766" alt="image" src="https://github.com/user-attachments/assets/3f0124ad-a69b-40f2-bf26-4df0ff9ab931" /> ## 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 61f7cce commit 626af83

File tree

4 files changed

+3709
-3
lines changed

4 files changed

+3709
-3
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 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.56.1</ClientOfficialVersion>
4-
<ClientPreviewVersion>3.57.0</ClientPreviewVersion>
5-
<ClientPreviewSuffixVersion>preview.1</ClientPreviewSuffixVersion>
3+
<ClientOfficialVersion>3.57.0</ClientOfficialVersion>
4+
<ClientPreviewVersion>3.58.0</ClientPreviewVersion>
5+
<ClientPreviewSuffixVersion>preview.0</ClientPreviewSuffixVersion>
66
<DirectVersion>3.41.3</DirectVersion>
77
<FaultInjectionVersion>1.0.0</FaultInjectionVersion>
88
<FaultInjectionSuffixVersion>beta.0</FaultInjectionSuffixVersion>

0 commit comments

Comments
 (0)