Skip to content

Commit a17740d

Browse files
authored
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.SignalRService (Azure#51497)
1 parent a3e6fa4 commit a17740d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/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+
## 2.2.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.1.0 (2025-07-25)
414

515
### Features Added

sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/src/Microsoft.Azure.WebJobs.Extensions.SignalRService.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
55
<PackageId>Microsoft.Azure.WebJobs.Extensions.SignalRService</PackageId>
6-
<Version>2.1.0</Version>
7-
<ApiCompatVersion>2.0.1</ApiCompatVersion>
6+
<Version>2.2.0-beta.1</Version>
7+
<ApiCompatVersion>2.1.0</ApiCompatVersion>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<SignAssembly>true</SignAssembly>
1010
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
@@ -25,6 +25,6 @@
2525
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
2626
<!--Microsoft.Azure.SignalR.Management is not compatible with central version 1.2.0 yet.
2727
Tracked by issue https://github.com/Azure/azure-sdk-for-net/issues/51460 -->
28-
<PackageReference Include="Microsoft.AspNetCore.Http.Connections" VersionOverride="1.0.15"/>
28+
<PackageReference Include="Microsoft.AspNetCore.Http.Connections" VersionOverride="1.0.15" />
2929
</ItemGroup>
3030
</Project>

0 commit comments

Comments
 (0)