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.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 )
4+ [ ![ Release] ( https://img.shields.io/badge/Release-0.9.5 -orange?style=for-the-badge&logo=github )] ( https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.9.5 )
5+ ![ GitHub release (latest by SemVer)] ( https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.9.5 /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---
@@ -38,8 +38,8 @@ provide a means of downloading the latest release, so you **must** specify your
3838To install the application, run
3939
4040``` powershell
41- # 0.9.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
42- $env:AZUREAUTH_VERSION = '0.9.4 '
41+ # 0.9.5 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
42+ $env:AZUREAUTH_VERSION = '0.9.5 '
4343$script = "${env:TEMP}\install.ps1"
4444$url = "https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/${env:AZUREAUTH_VERSION}/install/install.ps1"
4545[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@@ -61,8 +61,8 @@ release, so you **must** specify your desired version via the `$AZUREAUTH_VERSIO
6161To install the application, run
6262
6363``` bash
64- # 0.9.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
65- export AZUREAUTH_VERSION=' 0.9.4 '
64+ # 0.9.5 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
65+ export AZUREAUTH_VERSION=' 0.9.5 '
6666curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION /install/install.sh | sh
6767```
6868
@@ -81,8 +81,8 @@ provide a means of downloading the latest release, so you **must** specify your
8181To install the application, run
8282
8383``` bash
84- # 0.9.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
85- export AZUREAUTH_VERSION=' 0.9.4 '
84+ # 0.9.5 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
85+ export AZUREAUTH_VERSION=' 0.9.5 '
8686curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION /install/linux-install.sh | sh
8787```
8888
0 commit comments