This commit is contained in:
azure-sdk 2024-04-15 22:25:59 +00:00
Родитель 41abec1acb
Коммит a607e83a41
2 изменённых файлов: 7 добавлений и 7 удалений

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

@ -1,12 +1,12 @@
---
title: Azure Communication Chat client library for Java
keywords: Azure, java, SDK, API, azure-communication-chat, communication
ms.date: 02/21/2024
ms.date: 04/15/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Chat client library for Java - version 1.4.1
# Azure Communication Chat client library for Java - version 1.5.0
Azure Communication Chat contains the APIs used in chat applications for Azure Communication Services.
@ -26,7 +26,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.4.1/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.5.0/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.4.1</version>
<version>1.4.0</version>
</dependency>
```
@ -401,5 +401,5 @@ Check out other client libraries for Azure communication service
[product_docs]: /azure/communication-services/
[package]: https://central.sonatype.com/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.4.1/sdk/communication/azure-communication-chat/src
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.5.0/sdk/communication/azure-communication-chat/src

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-chat",
"Version": "1.4.1",
"Version": "1.5.0",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-chat",
"ServiceDirectory": "communication",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-chat",
"ReleaseStatus": "2024-02-20",
"ReleaseStatus": "2024-04-15",
"Namespaces": [
"com.azure.communication.chat",
"com.azure.communication.chat.models"