Skip to content

Commit

Permalink
Increment version for communication releases (Azure#15709)
Browse files Browse the repository at this point in the history
* Increment package version after release of Azure.Communication.Common

* Increment package version after release of Azure.Communication.Chat

* Increment package version after release of Azure.Communication.Administration

* Increment package version after release of Azure.ResourceManager.Communication

* Increment package version after release of Azure.Communication.Sms
  • Loading branch information
azure-sdk authored and annelo-msft committed Feb 17, 2021
1 parent 863b31a commit ae1c628
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.3 (Unreleased)


## 1.0.0-beta.2 (2020-10-06)
Added phone number administration. For more information, please see the [README][read_me] and [documentation][documentation].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This client library enables working with the Microsoft Azure Communication Administration service</Description>
<AssemblyTitle>Azure Communication Administration Service</AssemblyTitle>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0-beta.3</Version>
<PackageTags>Microsoft Azure Communication Administration Service;Microsoft;Azure;Azure Communication Service;Azure Communication Administration Service;Administration;Communication;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<EnableApiCompat>false</EnableApiCompat>
Expand Down
3 changes: 3 additions & 0 deletions sdk/communication/Azure.Communication.Chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.3 (Unreleased)


## 1.0.0-beta.2 (2020-10-06)
Updated `Azure.Communication.Chat` version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This client library enables working with the Microsoft Azure Communication Chat service</Description>
<AssemblyTitle>Azure Communication Chat Service</AssemblyTitle>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0-beta.3</Version>
<PackageTags>Microsoft Azure Communication Chat Service;Microsoft;Azure;Azure Communication Service;Azure Communication Chat Service;Chat;Communication;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<EnableApiCompat>false</EnableApiCompat>
Expand Down
3 changes: 3 additions & 0 deletions sdk/communication/Azure.Communication.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.3 (Unreleased)


## 1.0.0-beta.2 (2020-10-06)
Updated `Azure.Communication.Common` version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This library provides base types for other Microsoft Azure Communication client libraries</Description>
<AssemblyTitle>Azure Communication Services Common</AssemblyTitle>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0-beta.3</Version>
<PackageTags>Microsoft Azure Communication Service;Microsoft;Azure;Azure Communication Service;Communication;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<RootNamespace>Azure.Communication</RootNamespace>
Expand Down
3 changes: 3 additions & 0 deletions sdk/communication/Azure.Communication.Sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.3 (Unreleased)


## 1.0.0-beta.2 (2020-10-06)
Updated `Azure.Communication.Sms` version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This client library enables working with the Microsoft Azure Communication Sms service</Description>
<AssemblyTitle>Azure Communication Sms Service</AssemblyTitle>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0-beta.3</Version>
<PackageTags>Microsoft Azure Communication Sms Service;Microsoft;Azure;Azure Communication Service;Azure Communication Sms Service;Sms;Communication;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<EnableApiCompat>false</EnableApiCompat>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.3 (Unreleased)


## 1.0.0-beta.2 (2020-10-06)
Updated `Azure.ResourceManager.Communication` version

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0-beta.3</Version>
<PackageId>Azure.ResourceManager.Communication</PackageId>
<Description>Azure management client SDK for Azure resource provider Microsoft.Communication</Description>
<PackageTags>azure;management;communication</PackageTags>
Expand Down

0 comments on commit ae1c628

Please sign in to comment.