Skip to content

Commit 56a120b

Browse files
minnieliuMinnie Liu
andauthored
Preparing Phone Numbers for GA (Azure#20665)
Co-authored-by: Minnie Liu <peiliu@microsoft.com>
1 parent 865517f commit 56a120b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release History
22

3-
## 1.0.0-beta.7 (Unreleased)
4-
3+
## 1.0.0 (2021-04-26)
4+
Updated `Azure.Communication.PhoneNumbers` version.
55

66
## 1.0.0-beta.6 (2021-03-29)
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Azure Communication Phone Numbers is managing phone numbers for Azure Communicat
1111
Install the Azure Communication Phone Numbers client library for .NET with [NuGet][nuget]:
1212

1313
```Powershell
14-
dotnet add package Azure.Communication.PhoneNumbers --version 1.0.0-beta.6
14+
dotnet add package Azure.Communication.PhoneNumbers --version 1.0.0
1515
```
1616

1717
### Prerequisites

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.7</Version>
8+
<Version>1.0.0</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>

0 commit comments

Comments
 (0)