From 2275dcf2da2ae6c99e82df295d66c6bf942a9511 Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Fri, 5 Feb 2021 09:58:56 -0600 Subject: [PATCH 1/2] Update nuget version in README.md --- sdk/tables/Azure.Data.Tables/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tables/Azure.Data.Tables/README.md b/sdk/tables/Azure.Data.Tables/README.md index 3a6ba2a61d46f..48c0c6109dad2 100644 --- a/sdk/tables/Azure.Data.Tables/README.md +++ b/sdk/tables/Azure.Data.Tables/README.md @@ -21,7 +21,7 @@ The Azure Tables client library can seamlessly target either Azure Table storage Install the Azure Tables client library for .NET with [NuGet][table_client_nuget_package]: ``` -dotnet add package Azure.Data.Tables --version 3.0.0-beta.3 +dotnet add package Azure.Data.Tables --version 3.0.0-beta.5 ``` ### Prerequisites From 5be8bd62a8003ee00038da67cc97ae3fb5a44eb9 Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Mon, 8 Feb 2021 09:07:21 -0600 Subject: [PATCH 2/2] change to `--prerelease` --- sdk/tables/Azure.Data.Tables/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tables/Azure.Data.Tables/README.md b/sdk/tables/Azure.Data.Tables/README.md index 48c0c6109dad2..01c04a04280b0 100644 --- a/sdk/tables/Azure.Data.Tables/README.md +++ b/sdk/tables/Azure.Data.Tables/README.md @@ -21,7 +21,7 @@ The Azure Tables client library can seamlessly target either Azure Table storage Install the Azure Tables client library for .NET with [NuGet][table_client_nuget_package]: ``` -dotnet add package Azure.Data.Tables --version 3.0.0-beta.5 +dotnet add package Azure.Data.Tables --prerelease ``` ### Prerequisites