Skip to content

Commit 0627cb9

Browse files
authored
Increment version for webpubsub releases (#25302)
* 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
1 parent a7eae0e commit 0627cb9

File tree

8 files changed

+51
-5
lines changed

8 files changed

+51
-5
lines changed

sdk/webpubsub/Azure.Messaging.WebPubSub/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2021-11-09)
414

515
### Features Added

sdk/webpubsub/Azure.Messaging.WebPubSub/src/Azure.Messaging.WebPubSub.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<PropertyGroup>
33
<Description>Azure SDK client library for the WebPubSub service</Description>
44
<AssemblyTitle>Azure SDK for WebPubSub</AssemblyTitle>
5-
<Version>1.0.0</Version>
5+
<Version>1.1.0-beta.1</Version>
6+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
68
<PackageTags>Azure, WebPubSub, SignalR</PackageTags>
79
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
810
<NoWarn>$(NoWarn);419</NoWarn>

sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSub/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2021-11-09)
414

515
### Breaking Changes

sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSub/src/Microsoft.Azure.WebJobs.Extensions.WebPubSub.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
55
<PackageId>Microsoft.Azure.WebJobs.Extensions.WebPubSub</PackageId>
66
<Description>Azure Functions extension for the WebPubSub service</Description>
7-
<Version>1.0.0</Version>
7+
<Version>1.1.0-beta.1</Version>
8+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
810
<NoWarn>$(NoWarn);AZC0001;CS8632;CA1056;CA2227</NoWarn>
911
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
1012
</PropertyGroup>

sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2021-11-09)
414

515
### Features Added

sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/src/Microsoft.Azure.WebPubSub.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Azure SDK client library for the WebPubSub service</Description>
44
<AssemblyTitle>Azure SDK for WebPubSub</AssemblyTitle>
5-
<Version>1.0.0-beta.1</Version>
5+
<Version>1.0.0-beta.2</Version>
66
<PackageTags>Azure, WebPubSub</PackageTags>
77
<RequiredTargetFrameworks>netcoreapp3.1</RequiredTargetFrameworks>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2021-11-09)
414

515
### Breaking Changes

sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/src/Microsoft.Azure.WebPubSub.Common.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<PropertyGroup>
33
<Description>Azure SDK Common object library for the WebPubSub service</Description>
44
<AssemblyTitle>Azure SDK Common for WebPubSub</AssemblyTitle>
5-
<Version>1.0.0</Version>
5+
<Version>1.1.0-beta.1</Version>
6+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
68
<PackageTags>Azure, WebPubSub</PackageTags>
79
<RequiredTargetFrameworks>netstandard2.0</RequiredTargetFrameworks>
810
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)