Skip to content

Commit

Permalink
3.1.18.4-prod
Browse files Browse the repository at this point in the history
Small formatting change to Update-WindowsApps function
  • Loading branch information
smoonlee authored Aug 23, 2024
1 parent f9ebfae commit e425898
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Microsoft.PowerShell_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ Version: 3.1.17 - August 2024 | GitHub Action Bump - No change made to profile
Version: 3.1.18 - August 2024 | Created Get-AzVMQuotaCheck
Version: 3.1.18.1 - August 2024 | Code Tidy and Get-AzVMQuotaCheck released
Version: 3.1.18.2 - August 2024 | Updated Get-AzVMQuotaCheck Logic
Version: 3.1.18.3 - August 2024 | Added aksReleaseCalendar switch to Get-AksVersion Function
Version: 3.1.18.3 - August 2024 | Added aksReleaseCalendar switch to Get-AksVersion function
Version: 3.1.18.4 - August 2024 | Small formatting change to Update-WindowsApps function.
#>

# Oh My Posh Profile Version
$profileVersion = '3.1.18.3-prod'
$profileVersion = '3.1.18.4-prod'

# GitHub Repository Details
$gitRepositoryUrl = "https://api.github.com/repos/smoonlee/oh-my-posh-profile/releases"
Expand Down Expand Up @@ -353,7 +354,7 @@ function Update-WindowsApps {
return
}

Write-Output "Updating Windows Applications..." `r
Write-Output `r "Updating Windows Applications..." `r
winget upgrade --include-unknown --all --silent --force
}

Expand Down

0 comments on commit e425898

Please sign in to comment.