Skip to content

Commit 3b68cb8

Browse files
[Web PubSub] Prepare Web PubSub Common and Extensions packages for release (Azure#24885)
* Prepare Web PubSub Common and Extensions packages for release * Update Version in project files
1 parent d636e06 commit 3b68cb8

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0 (Unreleased)
3+
## 1.0.0-beta.4 (2021-11-09)
44

55
### Features Added
66
- Add `Connection` attribute to input binding and trigger binding to support upstream validations.
@@ -15,8 +15,6 @@
1515
### Bugs Fixed
1616
- Fix json deserialize issues and limited to string only to reduce ambiguity.
1717

18-
### Other Changes
19-
2018
## 1.0.0-beta.3 (2021-07-26)
2119

2220
### Other Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.0.0-beta.4</Version>
88
<NoWarn>$(NoWarn);AZC0001;CS8632;CA1056</NoWarn>
99
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
1010
</PropertyGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0 (Unreleased)
3+
## 1.0.0-beta.1 (2021-11-09)
44

55
### Features Added
66

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
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.0.0-beta.1</Version>
66
<PackageTags>Azure, WebPubSub</PackageTags>
77
<RequiredTargetFrameworks>netstandard2.0</RequiredTargetFrameworks>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)