Skip to content

Commit cb17372

Browse files
jsquiresofiar-msft
authored andcommitted
[Event Hubs] Processor Release Prep (Azure#29688)
The focus of these changes is to prepare the Processor package for its July release.
1 parent f59337f commit cb17372

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 5.8.0-beta.1 (Unreleased)
3+
## 5.7.1 (2022-07-07)
44

55
### Acknowledgments
66

sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This library extends its Event Processor with durable storage for checkpoint information using Azure Blob storage. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/</Description>
4-
<Version>5.8.0-beta.1</Version>
4+
<Version>5.7.1</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
66
<ApiCompatVersion>5.7.0</ApiCompatVersion>
77
<PackageTags>Azure;Event Hubs;EventHubs;.NET;Event Processor;EventProcessor;$(PackageCommonTags)</PackageTags>
@@ -14,15 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
18-
<!-- TEMP:
19-
Restore the package reference when v5.7.1 is released.
20-
2117
<PackageReference Include="Azure.Messaging.EventHubs" />
22-
-->
23-
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Messaging.EventHubs\src\Azure.Messaging.EventHubs.csproj" />
24-
<!-- END TEMP -->
25-
2618
<PackageReference Include="Azure.Storage.Blobs" />
2719
<PackageReference Include="Microsoft.Azure.Amqp" />
2820
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />

sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### Other Changes
1212

13-
## 5.7.1 (2022-07-06)
13+
## 5.7.1 (2022-07-07)
1414

1515
### Acknowledgments
1616

0 commit comments

Comments
 (0)