Skip to content

Commit 9ecbe1b

Browse files
committed
update version rec
1 parent 2a720c6 commit 9ecbe1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/identity-csharp-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Get started with facial recognition using the Face client library for .NET. The
3737

3838
### Install the client library
3939

40-
Once you've created a new project, install the client library by right-clicking on the project solution in the **Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens select **Browse**, check **Include prerelease**, and search for `Microsoft.Azure.CognitiveServices.Vision.Face`. Select version `2.7.0-preview.1`, and then **Install**.
40+
Once you've created a new project, install the client library by right-clicking on the project solution in the **Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens select **Browse**, check **Include prerelease**, and search for `Microsoft.Azure.CognitiveServices.Vision.Face`. Select the latest version, and then **Install**.
4141

4242
#### [CLI](#tab/cli)
4343

@@ -68,7 +68,7 @@ Get started with facial recognition using the Face client library for .NET. The
6868
Within the application directory, install the Face client library for .NET with the following command:
6969

7070
```console
71-
dotnet add package Microsoft.Azure.CognitiveServices.Vision.Face --version 2.7.0-preview.1
71+
dotnet add package Microsoft.Azure.CognitiveServices.Vision.Face
7272
```
7373

7474
---

0 commit comments

Comments
 (0)