Skip to content

Commit ea54087

Browse files
authored
Merge pull request #85102 from diberry/0812-quickstart-csharp-fix
0812 quickstart csharp fix
2 parents 51e89f9 + d1e67b6 commit ea54087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/LUIS/sdk-csharp-quickstart-authoring-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-understanding
1010
ms.topic: quickstart
11-
ms.date: 07/17/2019
11+
ms.date: 08/12/2019
1212
ms.author: diberry
1313
---
1414
# Quickstart: Language Understanding (LUIS) authoring client library for .NET
@@ -69,7 +69,7 @@ Create a new .NET Core application in your preferred editor or IDE.
6969
Within the application directory, install the Language Understanding (LUIS) authoring client library for .NET with the following command:
7070

7171
```console
72-
dotnet add package Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring -Version 3.0.0
72+
dotnet add package Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring --version 3.0.0
7373
```
7474

7575
If you're using the Visual Studio IDE, the client library is available as a downloadable NuGet package.

0 commit comments

Comments
 (0)