Skip to content

Commit

Permalink
[Docs] fix version number in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sierpinskid committed Dec 7, 2023
1 parent b40be5b commit b5e2b4a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docusaurus/docs/Unity/01-basics/02-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ After the package import is complete, **Stream's Video SDK for Unity** should be

## Using a specific SDK version

We recommend always using the most recent version of the SDK. However, you may want to use a particular version of the SDK.
We recommend always using the most recent version of the SDK. However, in rare cases, you may want to use a particular version of the SDK.
In such case, you need to append the `#` symbol, followed by the version number, to the package URL as shown below:
```
https://github.com/GetStream/stream-video-unity.git?path=/Packages/StreamVideo#0.5.0
https://github.com/GetStream/stream-video-unity.git?path=/Packages/StreamVideo#v0.5.0
```
Here, the version `0.5.0` will be imported, even if a newer version is available.
Here, the version `v0.5.0` will be imported, even if a newer version is available.

You can find all available versions on our [Releases page](https://github.com/GetStream/stream-video-unity/releases).

:::caution

Expand Down

0 comments on commit b5e2b4a

Please sign in to comment.