Skip to content

Commit f292dd8

Browse files
committed
1678688, incorporated author review feedback.
1 parent a9276be commit f292dd8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/cognitive-services/Bing-Image-Search/includes/quickstarts/image-search-client-library-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The source code for this sample is available [on GitHub](https://github.com/Azur
1616

1717
## Prerequisites
1818
* Any edition of [Visual Studio 2017 or later](https://visualstudio.microsoft.com/vs/whatsnew/).
19-
* The [Cognitive Image Search NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Search.ImageSearch/1.2.0).
19+
* The [Cognitive Image Search NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Search.ImageSearch/).
2020

2121
To install the Bing Image Search client library in Visual Studio, use the **Manage NuGet Packages** option from **Solution Explorer**.
2222

23-
[!INCLUDE [cognitive-services-bing-image-search-signup-requirements](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
23+
[!INCLUDE [cognitive-services-bing-image-search-signup-requirements](~/includes/cognitive-services-bing-image-search-signup-requirements.md)]
2424

2525
See also [Cognitive Services Pricing - Bing Search API](https://azure.microsoft.com/pricing/details/cognitive-services/search-api/).
2626

articles/cognitive-services/Bing-Image-Search/includes/quickstarts/image-search-client-library-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Install the Bing Image Search client library dependencies by using Maven, Gradle
3030
</dependencies>
3131
```
3232

33-
[!INCLUDE [cognitive-services-bing-image-search-signup-requirements](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
33+
[!INCLUDE [cognitive-services-bing-image-search-signup-requirements](~/includes/cognitive-services-bing-image-search-signup-requirements.md)]
3434

3535
## Create and initialize the application
3636

articles/cognitive-services/Bing-Image-Search/includes/quickstarts/image-search-client-library-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The source code for this sample is available on [GitHub](https://github.com/Azur
2121
* The [Node.js Azure Rest](https://www.npmjs.com/package/ms-rest-azure) module
2222
* Install using `npm install ms-rest-azure`
2323

24-
[!INCLUDE [cognitive-services-bing-image-search-signup-requirements](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
24+
[!INCLUDE [cognitive-services-bing-image-search-signup-requirements](~/includes/cognitive-services-bing-image-search-signup-requirements.md)]
2525

2626
## Create and initialize the application
2727

articles/cognitive-services/Bing-Image-Search/includes/quickstarts/image-search-client-library-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The source code for this sample is available [on GitHub](https://github.com/Azur
2121
* The [Azure Image Search client library](https://pypi.org/project/azure-cognitiveservices-search-imagesearch/) for Python
2222
* Install using `pip install azure-cognitiveservices-search-imagesearch`
2323

24-
[!INCLUDE [cognitive-services-bing-image-search-signup-requirements](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
24+
[!INCLUDE [cognitive-services-bing-image-search-signup-requirements](~/includes/cognitive-services-bing-image-search-signup-requirements.md)]
2525

2626
## Create and initialize the application
2727

0 commit comments

Comments
 (0)