RegCli.psd1

@{
RootModule = 'RegCli.psm1'
ModuleVersion = '6.3.3'
GUID = '9d980765-e8a9-4dd6-b7b0-9142a7a6e704'
Author = 'Fabrice Sanga'
CompanyName = 'sangafabrice'
Copyright = '© 2022 SangaFabrice. All rights reserved.'
Description = 'Set of helper functions for updating applications.'
PowerShellVersion = '7.0'
PowerShellHostVersion = '7.0'
FunctionsToExport = 'Expand-Installer','Expand-BasicInstaller', 
               'Expand-ChromiumInstaller','Expand-SquirrelInstaller', 
               'Expand-NsisInstaller','Get-ExecutableType','Save-Installer', 
               'Set-ChromiumShortcut','Edit-TaskbarShortcut', 
               'Set-ChromiumVisualElementsManifest','New-RegCliUpdate', 
               'Test-InstallLocation','Test-InstallerLocation', 
               'Get-SavedInstallerVersion','Get-SavedInstallerLastModified', 
               'Get-SavedInstallerSigningTime','Import-CommonScript'
CmdletsToExport = @()
AliasesToExport = 'Set-SquirrelShortcut','Set-NsisShortcut'
FileList = 'en-US\RegCli-help.xml','RegCli.psm1','RegCli.psd1', 
               'class\RegCli.psm1','class\ValidationUtility.psm1', 
               'class\SigningTimeGetter.psm1','class\GetMsiDBRecord.vbs'
PrivateData = @{
    PSData = @{
        Tags = 'Update','Chromium','RegCli'
        LicenseUri = 'https://github.com/sangafabrice/reg-cli/blob/main/LICENSE.md'
        ProjectUri = 'https://github.com/sangafabrice/reg-cli'
        IconUri = 'https://rawcdn.githack.com/sangafabrice/reg-cli/5dd6cdfa8202fbd95eaa6fbf219f906a3b83d130/icon.png'
        ReleaseNotes = 'Add Expand-BasicInstaller to move the archive after version comparison.
Change variable VERSION_PREINSTALL from constant to read-only.
Add shortcut names conversion to title case.
Add installer description selection.
Fix signature subject unselected when file description is empty.'

    }
}
}