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.9.1 -orange?style=for-the-badge&logo=github )] ( https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.9.1 )
5- ![ GitHub release (latest by SemVer)] ( https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.9.1 /total?logo=github&style=for-the-badge&color=blue )
4+ [ ![ Release] ( https://img.shields.io/badge/Release-0.9.2 -orange?style=for-the-badge&logo=github )] ( https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.9.2 )
5+ ![ GitHub release (latest by SemVer)] ( https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.9.2 /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---
@@ -42,8 +42,8 @@ provide a means of downloading the latest release, so you **must** specify your
4242To install the application, run
4343
4444``` powershell
45- # 0.9.1 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
46- $env:AZUREAUTH_VERSION = '0.9.1 '
45+ # 0.9.2 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
46+ $env:AZUREAUTH_VERSION = '0.9.2 '
4747$script = "${env:TEMP}\install.ps1"
4848$url = "https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/${env:AZUREAUTH_VERSION}/install/install.ps1"
4949[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@@ -65,8 +65,8 @@ release, so you **must** specify your desired version via the `$AZUREAUTH_VERSIO
6565To install the application, run
6666
6767``` bash
68- # 0.9.1 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
69- export AZUREAUTH_VERSION=' 0.9.1 '
68+ # 0.9.2 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
69+ export AZUREAUTH_VERSION=' 0.9.2 '
7070curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION /install/install.sh | sh
7171```
7272
0 commit comments