Skip to content

Commit 4195ec0

Browse files
SDK 3.37.1 : Adds version bump and changelog (#4231)
* [Internal] GlobalEndpointManager: Fixes Memory Leak (#4226) * memory leak fix * removed commented out code * changed to async so test would pass, with just static GetPropetiesHelper will get disposed before requests go through * added thread saftey * fixed to interlock pattern --------- Co-authored-by: Debdatta Kunda <[email protected]> * changelog + version bump * genAPI * remove code changes * removed nit --------- Co-authored-by: Debdatta Kunda <[email protected]>
1 parent 02e4f34 commit 4195ec0

File tree

4 files changed

+3171
-2
lines changed

4 files changed

+3171
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<ClientOfficialVersion>3.37.0</ClientOfficialVersion>
4-
<ClientPreviewVersion>3.37.0</ClientPreviewVersion>
3+
<ClientOfficialVersion>3.37.1</ClientOfficialVersion>
4+
<ClientPreviewVersion>3.37.1</ClientPreviewVersion>
55
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
66
<DirectVersion>3.31.5</DirectVersion>
77
<EncryptionOfficialVersion>2.0.4</EncryptionOfficialVersion>

0 commit comments

Comments
 (0)