Skip to content

Commit

Permalink
Increment package version after release of Microsoft.Azure.WebJobs.Ex…
Browse files Browse the repository at this point in the history
…tensions.SignalRService (#38618)
  • Loading branch information
azure-sdk committed Sep 12, 2023
1 parent 8730dd7 commit 77383de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.12.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.11.1 (2023-09-11)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageId>Microsoft.Azure.WebJobs.Extensions.SignalRService</PackageId>
<Version>1.11.1</Version>
<Version>1.12.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.11.0</ApiCompatVersion>
<ApiCompatVersion>1.11.1</ApiCompatVersion>
<SignAssembly>true</SignAssembly>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
<NoWarn>$(NoWarn);CS1591;AZC0001;AZC0107;</NoWarn>
Expand Down

0 comments on commit 77383de

Please sign in to comment.