Skip to content

Commit

Permalink
Prepare for release (#21051)
Browse files Browse the repository at this point in the history
* Prepare for release

* Update sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md

Co-authored-by: Jesse Squire <jesse.squire@gmail.com>

* Breaking changes

Co-authored-by: Jesse Squire <jesse.squire@gmail.com>
  • Loading branch information
JoshLove-msft and jsquire authored May 13, 2021
1 parent bda2134 commit 475d6a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Release History

## 5.0.0-beta.3 (Unreleased)
## 5.0.0-beta.3 (2021-05-13)

### Breaking Changes
- Removed `receiver` parameter from `MessageProcessor` constructor.
- Removed `client` parameter from `SessionMessageProcessor` constructor.

### Key Bug Fixes
- The web proxy specified in configuration is now respected.

## 5.0.0-beta.2 (2021-04-07)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<PackageReference Include="Microsoft.Azure.WebJobs.Sources" />
<PackageReference Include="Microsoft.Azure.WebJobs" />
<PackageReference Include="Microsoft.Extensions.Azure" />
<!-- Uncomment once ServiceBus version containing https://github.com/Azure/azure-sdk-for-net/pull/20940 is released-->
<!-- <PackageReference Include="Azure.Messaging.ServiceBus" />-->
<PackageReference Include="Azure.Messaging.ServiceBus" />
</ItemGroup>

<ItemGroup>
Expand All @@ -29,9 +28,4 @@
<Compile Include="..\..\..\extensions\Microsoft.Azure.WebJobs.Extensions.Clients\src\Shared\WebJobsConfigurationExtensions.cs" LinkBase="Shared" />

</ItemGroup>

<ItemGroup>
<!-- Remove once ServiceBus version containing https://github.com/Azure/azure-sdk-for-net/pull/20940 is released-->
<ProjectReference Include="..\..\Azure.Messaging.ServiceBus\src\Azure.Messaging.ServiceBus.csproj" />
</ItemGroup>
</Project>

0 comments on commit 475d6a5

Please sign in to comment.