Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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 <87335885+kundadebdatta@users.noreply.github.com>

* changelog + version bump

* genAPI

* remove code changes

* removed nit

---------

Co-authored-by: Debdatta Kunda <87335885+kundadebdatta@users.noreply.github.com>
  • Loading branch information
NaluTripician and kundadebdatta committed Jan 3, 2024
commit 845eadbb741b326de14e3275261a7f1ac2e8bee0
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ClientOfficialVersion>3.37.0</ClientOfficialVersion>
<ClientPreviewVersion>3.37.0</ClientPreviewVersion>
<ClientOfficialVersion>3.37.1</ClientOfficialVersion>
<ClientPreviewVersion>3.37.1</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
<DirectVersion>3.31.5</DirectVersion>
<EncryptionOfficialVersion>2.0.3</EncryptionOfficialVersion>
Expand Down
Loading