Skip to content

Commit 1f1d345

Browse files
authored
Increment version for communication releases (Azure#19908)
* Increment package version after release of Azure.Communication.Chat * Increment package version after release of Azure.Communication.Common * Increment package version after release of Azure.Communication.Identity * Increment package version after release of Azure.Communication.PhoneNumbers * Increment package version after release of Azure.Communication.Sms
1 parent bf263f2 commit 1f1d345

File tree

10 files changed

+29
-6
lines changed

10 files changed

+29
-6
lines changed

sdk/communication/Azure.Communication.Chat/CHANGELOG.md

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

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
36
## 1.0.0 (2021-03-29)
47

58
### Breaking Changes

sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
Microsoft Azure Communication Chat quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-csharp
88
</Description>
99
<AssemblyTitle>Azure Communication Chat Service</AssemblyTitle>
10-
<Version>1.0.0</Version>
10+
<Version>1.1.0-beta.1</Version>
11+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
12+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
1113
<PackageTags>Microsoft Azure Communication Chat Service;Microsoft;Azure;Azure Communication Service;Azure Communication Chat Service;Chat;Communication;$(PackageCommonTags)</PackageTags>
1214
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1315
<EnableApiCompat>false</EnableApiCompat>

sdk/communication/Azure.Communication.Common/CHANGELOG.md

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

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
36
## 1.0.0 (2021-03-29)
47
Updated `Azure.Communication.Common` version.
58

sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/communication/Azure.Communication.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/communication/Azure.Communication.Common/CHANGELOG.md.
66
</Description>
77
<AssemblyTitle>Azure Communication Services Common</AssemblyTitle>
8-
<Version>1.0.0</Version>
8+
<Version>1.1.0-beta.1</Version>
9+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
10+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
911
<PackageTags>Microsoft Azure Communication Service;Microsoft;Azure;Azure Communication Service;Communication;$(PackageCommonTags)</PackageTags>
1012
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1113
<RootNamespace>Azure.Communication</RootNamespace>

sdk/communication/Azure.Communication.Identity/CHANGELOG.md

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

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
36
## 1.0.0 (2021-03-29)
47
Updated `Azure.Communication.Identity` version.
58

sdk/communication/Azure.Communication.Identity/src/Azure.Communication.Identity.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
Microsoft Azure Communication Identity quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-csharp
77
</Description>
88
<AssemblyTitle>Azure Communication Identity Service</AssemblyTitle>
9-
<Version>1.0.0</Version>
9+
<Version>1.1.0-beta.1</Version>
10+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
1012
<PackageTags>Microsoft Azure Communication Identity Service;Microsoft;Azure;Azure Communication Service;Azure Communication Identity Service;Identity;Communication;$(PackageCommonTags)</PackageTags>
1113
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1214
<EnableApiCompat>false</EnableApiCompat>

sdk/communication/Azure.Communication.PhoneNumbers/CHANGELOG.md

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

3+
## 1.0.0-beta.7 (Unreleased)
4+
5+
36
## 1.0.0-beta.6 (2021-03-29)
47

58
### Added

sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>
44
This client library enables working with the Microsoft Azure Communication Phone Numbers service.
55
For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/communication/Azure.Communication.PhoneNumbers/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/communication/Azure.Communication.PhoneNumbers/CHANGELOG.md.
66
</Description>
77
<AssemblyTitle>Azure Communication Phone Numbers Service</AssemblyTitle>
8-
<Version>1.0.0-beta.6</Version>
8+
<Version>1.0.0-beta.7</Version>
99
<PackageTags>Microsoft Azure Communication Phone Numbers Service;Microsoft;Azure;Azure Communication Service;Azure Communication Phone Numbers Service;Phone Numbers;Communication;$(PackageCommonTags)</PackageTags>
1010
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1111
<EnableApiCompat>false</EnableApiCompat>

sdk/communication/Azure.Communication.Sms/CHANGELOG.md

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

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
36
## 1.0.0 (2021-03-29)
47
Updated `Azure.Communication.Sms` version.
58

sdk/communication/Azure.Communication.Sms/src/Azure.Communication.Sms.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
Microsoft Azure Communication Sms quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-csharp
77
</Description>
88
<AssemblyTitle>Azure Communication Sms Service</AssemblyTitle>
9-
<Version>1.0.0</Version>
9+
<Version>1.1.0-beta.1</Version>
10+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
1012
<PackageTags>Microsoft Azure Communication Sms Service;Microsoft;Azure;Azure Communication Service;Azure Communication Sms Service;Sms;Communication;$(PackageCommonTags)</PackageTags>
1113
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1214
<EnableApiCompat>false</EnableApiCompat>

0 commit comments

Comments
 (0)