From 3ab554b1e6713f398936025dd30e64a30f68de21 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 12 Sep 2023 15:59:08 +0000 Subject: [PATCH 1/2] Increment package version after release of Microsoft.Azure.WebJobs.Extensions.EventHubs --- .../CHANGELOG.md | 10 ++++++++++ ...Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md index 0424a8d45e19..876cef756300 100644 --- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md +++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 6.1.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 6.0.0 (2023-09-12) ### Breaking Changes diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj index 123cec1cf3c5..cf70369b84a3 100644 --- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj +++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj @@ -3,9 +3,9 @@ netstandard2.0 Microsoft Azure WebJobs SDK EventHubs Extension - 6.0.0 + 6.1.0-beta.1 - 5.5.0 + 6.0.0 $(NoWarn);AZC0001;CS1591;SA1636 sign.snk true From 54e2c338d2fff9d576f50277d76d1f532297929e Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 12 Sep 2023 15:59:27 +0000 Subject: [PATCH 2/2] Increment package version after release of Azure.Messaging.EventHubs.Processor --- .../Azure.Messaging.EventHubs.Processor/CHANGELOG.md | 10 ++++++++++ .../src/Azure.Messaging.EventHubs.Processor.csproj | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md index 5cab94e6a443..2e2506756e25 100755 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 5.10.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 5.9.3 (2023-09-12) ### Other Changes diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj index 90a7732b0a61..5a0965221a14 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj @@ -1,9 +1,9 @@ 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/ - 5.9.3 + 5.10.0-beta.1 - 5.9.2 + 5.9.3 Azure;Event Hubs;EventHubs;.NET;Event Processor;EventProcessor;$(PackageCommonTags) $(RequiredTargetFrameworks) true