Skip to content

Commit

Permalink
Increment version for webpubsub releases (Azure#24970)
Browse files Browse the repository at this point in the history
Increment package version after release of Microsoft.Azure.WebPubSub.Common
  • Loading branch information
azure-sdk authored Oct 28, 2021
1 parent 5236270 commit f485e69
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.4 (2021-11-09)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageId>Microsoft.Azure.WebJobs.Extensions.WebPubSub</PackageId>
<Description>Azure Functions extension for the WebPubSub service</Description>
<Version>1.0.0-beta.4</Version>
<Version>1.0.0-beta.5</Version>
<NoWarn>$(NoWarn);AZC0001;CS8632;CA1056</NoWarn>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
</PropertyGroup>
Expand Down
10 changes: 10 additions & 0 deletions sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2021-11-09)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Azure SDK Common object library for the WebPubSub service</Description>
<AssemblyTitle>Azure SDK Common for WebPubSub</AssemblyTitle>
<Version>1.0.0-beta.1</Version>
<Version>1.0.0-beta.2</Version>
<PackageTags>Azure, WebPubSub</PackageTags>
<RequiredTargetFrameworks>netstandard2.0</RequiredTargetFrameworks>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down

0 comments on commit f485e69

Please sign in to comment.