JBUtils.psd1

@{
    RootModule           = 'JBUtils.psm1'
    ModuleVersion        = '1.3.1'
    GUID                 = 'de33eef4-1434-4420-a7f4-40fb4a6e7ee6'
    Author               = 'Justin Beeson'
    CompanyName          = 'thisjustin816'
    Copyright            = '(c) 2026 thisjustin816. All rights reserved.'
    Description          = 'A module with functions for various basic/low-level tasks.'
    PowerShellVersion    = '5.1'
    CompatiblePSEditions = @(
        'Desktop'
        'Core'
    )
    FunctionsToExport    = @('Add-AzPipelinesPathEntry','ConvertFrom-EncryptedSecureString','ConvertTo-Psd1','Enable-Tls12','Export-Screenshot','Get-EnvironmentVariable','Get-PatPSCredential','Get-PSVersion','Get-TempDirectory','Initialize-GitConfig','Install-NugetCLI','Reset-ConsoleColor','Set-EnvironmentVariable','Set-JsonFile','Show-ConsoleColor','Start-CliProcess','Start-StopWatch','Start-Timeout','Stop-DevProcess','Stop-ProcessTree','Stop-Stopwatch','Test-CommandAvailable','Test-IsAdmin','Test-IsFileLocked','Test-IsNonInteractiveShell','Test-PSEnvironment','Uninstall-ProgramByName','Write-ConsoleMessage','Write-ProgressToHost')
    CmdletsToExport      = @()
    VariablesToExport    = @()
    AliasesToExport      = @()
    RequiredModules      = @()
    PrivateData          = @{
        PSData = @{
            ReleaseNotes = 'Adopt manifest-driven module builds'
            LicenseUri   = 'https://opensource.org/licenses/MIT'
            ProjectUri   = 'https://github.com/thisjustin816/JBUtils'
            Prerelease   = ''
            Tags         = @(
                'PSEdition_Desktop'
                'PSEdition_Core'
                'Windows'
            )
        }
    }
}