Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nuget version in README.md #18473

Merged
merged 2 commits into from
Feb 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/tables/Azure.Data.Tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the --prerelease switch will automatically select the latest beta.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah - yes, that is much better!

christothes marked this conversation as resolved.
Show resolved Hide resolved
```

### Prerequisites
Expand Down