Skip to content

Commit 9c60088

Browse files
author
davidkline-ms
committed
update upm page with 2.5.1 version
1 parent e8b3bed commit 9c60088

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/usingupm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Starting with version 2.5.0, the Microsoft Mixed Reality Toolkit is available us
77
The Unity Package Manager uses a [manifest file](https://docs.unity3d.com/Manual/upm-manifestPkg.html) (manifest.json) to determine which packages to install and the registries (servers) from which they can be installed.
88

99
> [!Note]
10-
> As of version 2.5.0 of the MRTK, initial registration of the server and packages is a per-project, manual procedure, please read the following sections for detailed instructions.
10+
> As of version 2.5.1 of the MRTK, initial registration of the server and packages is a per-project, manual procedure, please read the following sections for detailed instructions.
1111
>
1212
> This process is required due to UPM's use of legacy npm search functionality (/-/all) that is not supported by Azure DevOps.
1313
@@ -42,9 +42,9 @@ To add an MRTK package, modify the dependencies section of the `Packages/manifes
4242

4343
```
4444
"dependencies": {
45-
"com.microsoft.mixedreality.toolkit.foundation": "2.5.0",
46-
"com.microsoft.mixedreality.toolkit.tools": "2.5.0",
47-
"com.microsoft.mixedreality.toolkit.examples": "2.5.0",
45+
"com.microsoft.mixedreality.toolkit.foundation": "2.5.1,
46+
"com.microsoft.mixedreality.toolkit.tools": "2.5.1",
47+
"com.microsoft.mixedreality.toolkit.examples": "2.5.1",
4848
```
4949

5050
## Managing Mixed Reality features with the Unity Package Manager

0 commit comments

Comments
 (0)