Fix the SDK Beta Vcpkg Registry information to use stable instead of GA (#3314)

This commit is contained in:
Ahson Khan 2022-02-03 17:48:46 -08:00 committed by GitHub
parent dddfbaf296
commit b338dd1c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,9 +59,9 @@ You can reference this [vcpkg Quick Start](https://github.com/microsoft/vcpkg#qu
#### Getting Beta Releases in Vcpkg
Official vcpkg registry may have beta versions of Azure SDK client libraries, up until a given library gets released as General Availability (GA) version. After that, we don't publish post-GA beta releases of that library in the official registry.
Official vcpkg registry may have beta versions of Azure SDK client libraries, up until a given library gets released as stable. After that, we don't publish post-first-stable beta releases of that library in the official registry.
If you are interested in both GA releases and post-GA beta releases, see [Azure SDK Beta Vcpkg Registry](https://github.com/azure-sdk/vcpkg-betas).
If you are interested in both stable releases and post-first-stable beta releases, see [Azure SDK Beta Vcpkg Registry](https://github.com/azure-sdk/vcpkg-betas).
### Building your Application