Skip to content

Commit 4f49246

Browse files
authored
Merge pull request #105376 from aahill/csharp-v3-update
updating StringInfo
2 parents d1db276 + 4a58fce commit 4f49246

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/cognitive-services/text-analytics/includes/quickstarts/csharp-sdk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: cognitive-services
77
ms.subservice: text-analytics
88
ms.topic: include
9-
ms.date: 01/15/2020
9+
ms.date: 02/24/2020
1010
ms.author: aahi
1111
ms.reviewer: assafi
1212
---
@@ -44,6 +44,7 @@ Open the *program.cs* file and add the following `using` directives:
4444

4545
```csharp
4646
using System;
47+
using System.Globalization;
4748
using Azure.AI.TextAnalytics;
4849
```
4950

articles/cognitive-services/text-analytics/quickstarts/text-analytics-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: text-analytics
1010
ms.topic: quickstart
11-
ms.date: 01/23/2020
11+
ms.date: 02/24/2020
1212
ms.author: aahi
1313
zone_pivot_groups: programming-languages-text-analytics
1414
---

0 commit comments

Comments
 (0)