Skip to content

Commit

Permalink
Increment version for signalr releases (#46562)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Oct 11, 2024
1 parent 7f91404 commit 81ad181
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.16.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.15.0 (2024-10-14)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks);net6.0;net8.0</TargetFrameworks>
<PackageId>Microsoft.Azure.WebJobs.Extensions.SignalRService</PackageId>
<Version>1.15.0</Version>
<Version>1.16.0-beta.1</Version>
<ApiCompatVersion>1.15.0</ApiCompatVersion>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<SignAssembly>true</SignAssembly>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down

0 comments on commit 81ad181

Please sign in to comment.