Skip to content

Commit

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

* Increment package version after release of Azure.Messaging.WebPubSub

* 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 authored Nov 13, 2021
1 parent a7eae0e commit 0627cb9
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 5 deletions.
10 changes: 10 additions & 0 deletions sdk/webpubsub/Azure.Messaging.WebPubSub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2021-11-09)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<PropertyGroup>
<Description>Azure SDK client library for the WebPubSub service</Description>
<AssemblyTitle>Azure SDK for WebPubSub</AssemblyTitle>
<Version>1.0.0</Version>
<Version>1.1.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<PackageTags>Azure, WebPubSub, SignalR</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);419</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2021-11-09)

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

<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageId>Microsoft.Azure.WebJobs.Extensions.WebPubSub</PackageId>
<Description>Azure Functions extension for the WebPubSub service</Description>
<Version>1.0.0</Version>
<Version>1.1.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.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.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 client library for the WebPubSub service</Description>
<AssemblyTitle>Azure SDK for WebPubSub</AssemblyTitle>
<Version>1.0.0-beta.1</Version>
<Version>1.0.0-beta.2</Version>
<PackageTags>Azure, WebPubSub</PackageTags>
<RequiredTargetFrameworks>netcoreapp3.1</RequiredTargetFrameworks>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
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.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2021-11-09)

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

0 comments on commit 0627cb9

Please sign in to comment.