DashView.psd1

@{
    RootModule        = 'DashView.psm1'
    ModuleVersion     = '1.0.1'
    GUID              = 'caba7690-5bd8-44c9-9c04-d3512325bd0b'
    Author            = 'Ryan Schubert'
    CompanyName       = 'a-random-fox'
    Description       = 'DashView: A PowerShell dashboard that displays a system summary with animated typing and font customization, plus tools for a specialized system+network repair and a cumulative Windows+application+module update.'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Install-DashFont','Start-DashRepair','Write-DashType','Install-DashUpdates','Show-DashView')
    CmdletsToExport   = @()
    AliasesToExport   = @()
    PrivateData = @{
        PSData = @{
            Tags        = @('dashboard','system','updater','repair','font','typing','powershell','windows')
            ProjectUri  = 'https://www.powershellgallery.com/packages/DashView'
            LicenseUri  = 'https://github.com/a-random-fox/DashView/blob/main/LICENSE'
            IconUri     = 'https://raw.githubusercontent.com/a-random-fox/DashView/main/assets/icon.png'
            ReleaseNotes = 'Fixed module export definitions so all DashView functions import correctly (v1.0.1).'
        }
    }
}