diff --git a/sdk/personalizer/Azure.AI.Personalizer/README.md b/sdk/personalizer/Azure.AI.Personalizer/README.md index ddabae95a719a..18836f6e2edda 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/README.md +++ b/sdk/personalizer/Azure.AI.Personalizer/README.md @@ -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.