Skip to content

Commit 6aae580

Browse files
committed
update rooms SDK version for quickstarts.
1 parent 10fdf79 commit 6aae580

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mvn archetype:generate -DgroupId=com.communication.quickstart -DartifactId=commu
3535

3636
### Include the package
3737

38-
You need to use the Azure Communication Rooms client library for Java [version 1.0.0](https://search.maven.org/artifact/com.azure/azure-communication-rooms/1.0.0/jar) or above.
38+
You need to use the Azure Communication Rooms client library for Java [version 1.1.0](https://search.maven.org/artifact/com.azure/azure-communication-rooms/1.1.0/jar) or above.
3939

4040
#### Include the BOM file
4141

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Create a new file `index.js` where the code for this quickstart will be added.
4242

4343
### Install the packages
4444

45-
You need to use the Azure Communication Rooms client library for JavaScript [version 1.0.0](https://www.npmjs.com/package/@azure/communication-rooms) or above.
45+
You need to use the Azure Communication Rooms client library for JavaScript [version 1.1.0](https://www.npmjs.com/package/@azure/communication-rooms) or above.
4646

4747
Use the `npm install` command to install the below Communication Services SDKs for JavaScript.
4848

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Install the Azure Communication Rooms client library for .NET with [NuGet][https
4747
```console
4848
dotnet add package Azure.Communication.Rooms
4949
```
50-
You'll need to use the Azure Communication Rooms client library for .NET [version 1.0.0](https://www.nuget.org/packages/Azure.Communication.Rooms/1.0.0) or above.
50+
You'll need to use the Azure Communication Rooms client library for .NET [version 1.1.0](https://www.nuget.org/packages/Azure.Communication.Rooms/1.1.0) or above.
5151

5252
### Set up the app framework
5353

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cd acs-rooms-quickstart
3636

3737
### Install the package
3838

39-
You need to use the Azure Communication Rooms client library for Python [version 1.0.0](https://pypi.org/project/azure-communication-rooms/) or above.
39+
You need to use the Azure Communication Rooms client library for Python [version 1.1.0](https://pypi.org/project/azure-communication-rooms/) or above.
4040

4141
From a console prompt, navigate to the directory containing the rooms.py file, then execute the following command:
4242

0 commit comments

Comments
 (0)