Skip to content

Commit 97a0783

Browse files
authored
Bump http extension for release (#2940)
1 parent d4dab47 commit 97a0783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/Worker.Extensions.Http/release_notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- My change description (#PR/#issue)
55
-->
66

7-
### Microsoft.Azure.Functions.Worker.Extensions.Http <version>
7+
### Microsoft.Azure.Functions.Worker.Extensions.Http 3.3.0
88

99
- The 'FromBody' converter now utilizes `DeserializeAsync` for deserializing JSON content from the request body, enhancing support for asynchronous deserialization. (#2901)
1010
- Update `DefaultFromBodyConversionFeature` to no longer use a given invocation's cancellation token (#2894)

extensions/Worker.Extensions.Http/src/Worker.Extensions.Http.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>HTTP extensions for .NET isolated functions</Description>
77

88
<!--Version information-->
9-
<VersionPrefix>3.2.0</VersionPrefix>
9+
<VersionPrefix>3.3.0</VersionPrefix>
1010
</PropertyGroup>
1111

1212
<Import Project="..\..\..\build\Extensions.props" />

0 commit comments

Comments
 (0)