Skip to content

Commit

Permalink
[Personalizer] Add correct links in the README for the .NET client li…
Browse files Browse the repository at this point in the history
…brary (#27871)
  • Loading branch information
johnhuang01 authored Mar 31, 2022
1 parent 9621ebe commit 00aa214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/personalizer/Azure.AI.Personalizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ is a cloud-based service that helps your applications choose the best content it
Install the Azure Personalizer client library for .NET with [NuGet][nuget]:

```dotnetcli
dotnet add package Azure.AI.Personalizer --version 2.0.0-beta.1
dotnet add package Azure.AI.Personalizer --prerelease
```

## Key concepts
Functionality is exposed through several client libraries:

- Azure.AI.Personalizer is built on top of [Azure.Core](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/README.md) and the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html).
- [Azure.AI.Personalizer](https://www.nuget.org/packages/Azure.AI.Personalizer) is built on top of [Azure.Core](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/README.md) and the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html).

- [Microsoft.Azure.Personalizer](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Personalizer) is the previous .NET client library for Personalizer.

Expand Down

0 comments on commit 00aa214

Please sign in to comment.