Skip to content

Commit

Permalink
Increment version for webpubsub releases (#37580)
Browse files Browse the repository at this point in the history
* Increment package version after release of Microsoft.Azure.WebJobs.Extensions.WebPubSub

* Increment package version after release of Microsoft.Azure.WebPubSub.AspNetCore
  • Loading branch information
azure-sdk committed Jul 13, 2023
1 parent 3c5ed77 commit 2800441
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.7.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.6.0 (2023-07-12)

### Bugs Fixed
Expand Down Expand Up @@ -76,4 +86,4 @@
- Fixed exceptions when the library is used in Static Web Apps.

## 1.0.0-beta.1 (2021-04-26)
- The initial beta release of Microsoft.Azure.WebJobs.Extensions.WebPubSub 1.0.0
- The initial beta release of Microsoft.Azure.WebJobs.Extensions.WebPubSub 1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<PackageId>Microsoft.Azure.WebJobs.Extensions.WebPubSub</PackageId>
<PackageTags>Azure, WebPubSub</PackageTags>
<Description>Azure Functions extension for the WebPubSub service</Description>
<Version>1.6.0</Version>
<Version>1.7.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.5.0</ApiCompatVersion>
<ApiCompatVersion>1.6.0</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0001;CS8632;CA1056;CA2227</NoWarn>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
</PropertyGroup>
Expand Down
10 changes: 10 additions & 0 deletions sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0 (2023-07-12)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<Description>Azure SDK client library for the WebPubSub service</Description>
<AssemblyTitle>Azure SDK for WebPubSub</AssemblyTitle>
<Version>1.1.0</Version>
<Version>1.2.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageTags>Azure, WebPubSub</PackageTags>
<RequiredTargetFrameworks>netcoreapp3.1</RequiredTargetFrameworks>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down

0 comments on commit 2800441

Please sign in to comment.