Skip to content

Commit

Permalink
Prepare release of SignalR extensions 2.0 (#48506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Sindo authored Mar 3, 2025
1 parent eaba92b commit cf39a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Release History

## 2.0.0-beta.1 (Unreleased)

### Features Added
## 2.0.0 (2025-03-11)

### Breaking Changes
* Modify `AddDefaultAuth` method in `SignalRFunctionsHostBuilderExtensions.cs` to use `IServiceCollection` instead of `IFunctionsHostBuilder` to remove the dependency for legacy package `Microsoft.Azure.Functions.Extensions`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageId>Microsoft.Azure.WebJobs.Extensions.SignalRService</PackageId>
<Version>2.0.0-beta.1</Version>
<Version>2.0.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<SignAssembly>true</SignAssembly>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down

0 comments on commit cf39a1e

Please sign in to comment.