Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Release History

## 5.7.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 5.7.0-beta.2 (2022-01-13)

### Other Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,7 @@
<PackageReference Include="Azure.Core.Experimental" />
<!-- END TEMP -->

<!--
TEMP: Move Event Hubs to a project reference until the
changes for processor defaults for the load balancing strategy,
load balancing interval, and ownership expiration are published.

<PackageReference Include="Azure.Messaging.EventHubs" />
-->
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Messaging.EventHubs\src\Azure.Messaging.EventHubs.csproj" />
<!-- END TEMP -->

<PackageReference Include="Azure.Messaging.EventHubs" VersionOverride="5.7.0-beta.2" /><!-- TEMP: Remove after the 5.7.0 line goes GA -->
<PackageReference Include="Azure.Storage.Blobs" />
<PackageReference Include="Microsoft.Azure.Amqp" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
Expand Down