Skip to content

Commit

Permalink
Support SignalR trigger return value (#2771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Sindo authored Oct 12, 2024
1 parent 04ce8b7 commit 9f278fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extensions/Worker.Extensions.SignalRService/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.SignalRService 1.14.1
### Microsoft.Azure.Functions.Worker.Extensions.SignalRService 1.15.0

- Updated `Microsoft.Extensions.Azure` to 1.7.5
- Fix SignalR trigger return value not working issue.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure SignalR Service extensions for .NET isolated functions</Description>
<Nullable>annotations</Nullable>
<!--Version information-->
<VersionPrefix>1.14.1</VersionPrefix>
<VersionPrefix>1.15.0</VersionPrefix>

<!--Temporarily opting out of documentation. Pending documentation-->
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand All @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<WebJobsExtension Include="Microsoft.Azure.WebJobs.Extensions.SignalRService" Version="1.14.0" />
<WebJobsExtension Include="Microsoft.Azure.WebJobs.Extensions.SignalRService" Version="1.15.0" />
</ItemGroup>

</Project>

0 comments on commit 9f278fa

Please sign in to comment.