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 (Azure#41780)
  • Loading branch information
azure-sdk authored Feb 4, 2024
1 parent 4dc473a commit 0901023
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.14.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.13.0 (2024-02-06)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

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

0 comments on commit 0901023

Please sign in to comment.