File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/LUIS Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service : cognitive-services
9
9
ms.subservice : language-understanding
10
10
ms.topic : quickstart
11
- ms.date : 07/17 /2019
11
+ ms.date : 08/12 /2019
12
12
ms.author : diberry
13
13
---
14
14
# 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.
69
69
Within the application directory, install the Language Understanding (LUIS) authoring client library for .NET with the following command:
70
70
71
71
```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
73
73
```
74
74
75
75
If you're using the Visual Studio IDE, the client library is available as a downloadable NuGet package.
You can’t perform that action at this time.
0 commit comments