Skip to content

Commit 7dd3c05

Browse files
authored
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.EventHubs (Azure#49292)
1 parent 2714212 commit 7dd3c05

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 6.6.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 6.5.0 (2025-04-08)
414

515
### Features Added

sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
55
<Description>Microsoft Azure WebJobs SDK EventHubs Extension</Description>
6-
<Version>6.5.0</Version>
6+
<Version>6.6.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>6.3.5</ApiCompatVersion>
8+
<ApiCompatVersion>6.5.0</ApiCompatVersion>
99
<NoWarn>$(NoWarn);CS1591;SA1636</NoWarn>
1010
<AssemblyOriginatorKeyFile>sign.snk</AssemblyOriginatorKeyFile>
1111
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)