This commit is contained in:
azure-sdk 2022-08-16 18:22:37 +00:00
Родитель ef0125b9ab
Коммит a1c8e3d814
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -3,12 +3,12 @@ title: Azure Communication Chat client library for Java
keywords: Azure, java, SDK, API, azure-communication-chat, communication
author: JianpingChen
ms.author: jiach
ms.date: 07/13/2022
ms.date: 08/16/2022
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Chat client library for Java - version 1.2.4
# Azure Communication Chat client library for Java - version 1.3.0
Azure Communication Chat contains the APIs used in chat applications for Azure Communication Services.
@ -28,7 +28,7 @@ Azure Communication Chat contains the APIs used in chat applications for Azure C
#### 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-chat_1.2.4/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-chat_1.3.0/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.2.4</version>
<version>1.3.0</version>
</dependency>
```
@ -403,5 +403,5 @@ Check out other client libraries for Azure communication service
[product_docs]: /azure/communication-services/
[package]: https://search.maven.org/artifact/com.azure/azure-communication-chat
[api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.2.4/sdk/communication/azure-communication-chat/src
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.3.0/sdk/communication/azure-communication-chat/src

Просмотреть файл

@ -1,6 +1,6 @@
{
"Name": "azure-communication-chat",
"Version": "1.2.4",
"Version": "1.3.0",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-chat",
"ServiceDirectory": "communication",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-chat",
"ReleaseStatus": "2022-07-14"
"ReleaseStatus": "2022-08-16"
}