HexColor.psd1

@{
    RootModule = 'HexColor.psm1'
    ModuleVersion = '1.0.0'
    GUID = 'ead27e36-712e-4d84-bde7-80b7cb511ddf'
    Author = 'Qiufeng'
    CompanyName = 'Unknown'
    Copyright = '(c) 2025 qiufeng. All rights reserved.'
    Description = 'Add HexColor type.'
    PowerShellVersion = '5.1'
    FunctionsToExport = @()
    CmdletsToExport = @()
    VariablesToExport = @()
    AliasesToExport = @()
    PrivateData = @{
        PSData = @{
            Tags = @("hex", "color", "hexcolor", "type")
            LicenseUri = 'https://github.com/qiufengcute/HexColor/blob/main/LICENSE'
            ProjectUri = 'https://github.com/qiufengcute/HexColor'
            ReleaseNotes = '初始版本'
        }
    }
}