Update docs metadata
This commit is contained in:
Родитель
1df4523417
Коммит
a6e6d98d31
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communication Service Common client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-common, communication
|
||||
ms.date: 12/05/2023
|
||||
ms.date: 02/12/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Service Common client library for Java - version 1.2.15
|
||||
# Azure Communication Service Common client library for Java - version 1.3.0
|
||||
|
||||
|
||||
Azure Communication Common contains data structures commonly used for communicating with Azure Communication Services.
|
||||
|
@ -24,7 +24,7 @@ It is intended to provide cross-cutting concerns, e.g. authentication.
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-common_1.2.15/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-common_1.3.0/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-common</artifactId>
|
||||
<version>1.2.15</version>
|
||||
<version>1.3.0</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-common",
|
||||
"Version": "1.2.15",
|
||||
"Version": "1.3.0",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-common",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-common",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-12"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче