11# Microsoft Authentication CLI
22
33[ ![ Tests] ( https://img.shields.io/github/actions/workflow/status/AzureAd/microsoft-authentication-cli/.github/workflows/dotnet-test.yml?branch=main&style=for-the-badge&logo=github )] ( https://github.com/AzureAD/microsoft-authentication-cli/actions/workflows/dotnet-test.yml )
4- [ ![ Release] ( https://img.shields.io/badge/Release-0.8.4 -orange?style=for-the-badge&logo=github )] ( https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.8.4 )
5- ![ GitHub release (latest by SemVer)] ( https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.8.4 /total?logo=github&style=for-the-badge&color=blue )
4+ [ ![ Release] ( https://img.shields.io/badge/Release-0.8.3 -orange?style=for-the-badge&logo=github )] ( https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.8.3 )
5+ ![ GitHub release (latest by SemVer)] ( https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.8.3 /total?logo=github&style=for-the-badge&color=blue )
66[ ![ License] ( https://shields.io/badge/license-MIT-purple?style=for-the-badge )] ( ./LICENSE.txt )
77
88---
@@ -34,8 +34,8 @@ provide a means of downloading the latest release, so you **must** specify your
3434To install the application, run
3535
3636``` powershell
37- # 0.8.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
38- $env:AZUREAUTH_VERSION = '0.8.4 '
37+ # 0.8.3 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
38+ $env:AZUREAUTH_VERSION = '0.8.3 '
3939$script = "${env:TEMP}\install.ps1"
4040$url = "https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/${env:AZUREAUTH_VERSION}/install/install.ps1"
4141[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@@ -55,8 +55,8 @@ release, so you **must** specify your desired version via the `$AZUREAUTH_VERSIO
5555To install the application, run
5656
5757``` bash
58- # 0.8.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
59- export AZUREAUTH_VERSION=' 0.8.4 '
58+ # 0.8.3 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
59+ export AZUREAUTH_VERSION=' 0.8.3 '
6060curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION /install/install.sh | sh
6161```
6262
0 commit comments