We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657a763 commit bcaf5e7Copy full SHA for bcaf5e7
extensions/Worker.Extensions.EventHubs/release_notes.md
@@ -4,6 +4,6 @@
4
- My change description (#PR/#issue)
5
-->
6
7
-### Microsoft.Azure.Functions.Worker.Extensions.EventHubs 5.4.0-preview1
+### Microsoft.Azure.Functions.Worker.Extensions.EventHubs <version>
8
9
-- Add support for binding to `EventData`(#1609)
+- <entry>
extensions/Worker.Extensions.EventHubs/src/Worker.Extensions.EventHubs.csproj
@@ -6,7 +6,7 @@
<Description>Azure Event Hubs extensions for .NET isolated functions</Description>
<!--Version information-->
- <VersionPrefix>5.4.0</VersionPrefix>
+ <VersionPrefix>5.4.1</VersionPrefix>
10
<VersionSuffix>-preview1</VersionSuffix>
11
12
</PropertyGroup>
0 commit comments