Skip to content

Commit

Permalink
Merge pull request #73 from smoonlee/3.1.14.4-prod
Browse files Browse the repository at this point in the history
Executing Release Build
  • Loading branch information
smoonlee authored Jul 24, 2024
2 parents b59c63b + 3f8c815 commit 5777c9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Microsoft.PowerShell_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ Version: 3.1.14 - July 2024 | Get-NetAddressSpace Function GA
Version: 3.1.14.1 - July 2024 | Updated Get-NetAddressSpace with IP Class and Subnet Mask.
Version: 3.1.14.2 - July 2024 | Updated Update-WindowsApps, Required Administrator elevation to skip UAC.
Version: 3.1.14.3 - July 2024 | Updated Update-PSProfile, added Return Happy check if $profileVersion -match $profileRelease
Version: 3.1.14.4 - July 2024 | Updated Update-PSProfile, Changed Inital Function Write-Output to 'Checking for PSProfile Release.'
#>

# Oh My Posh Profile Version
$profileVersion = '3.1.14.3-prod'
$profileVersion = '3.1.14.4-prod'

# GitHub Repository Details
$gitRepositoryUrl = "https://api.github.com/repos/smoonlee/oh-my-posh-profile/releases"
Expand Down Expand Up @@ -246,7 +247,7 @@ function Get-PSProfileUpdate {
[string] $profileDownloadUrl
)

Write-Output "Updating PowerShell Profile..." `r
Write-Output "Checking for PSProfile Release..." `r
Write-Output "Current Profile Version: $profileVersion"
Write-Output "New Profile Version: $profileRelease"

Expand Down

0 comments on commit 5777c9d

Please sign in to comment.